Skip to content

Commit 25a0515

Browse files
committed
spelling error fixed
1 parent 7e5adf8 commit 25a0515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kane-ai-using-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Using variables enables you to:
5858
## Scope of variables
5959

6060
### Local Variables
61-
Local variables can only be defined using natural language or used as a part of an operation when an instrcution is provided by the user. They are only accessible within the specific test case where they are defined. They help ensure that values are isolated and can be used temporarily within a specific context. A local variable can be converted to a global or an environment variable within the authoring session of KaneAI.
61+
Local variables can only be defined using natural language or used as a part of an operation when an instruction is provided by the user. They are only accessible within the specific test case where they are defined. They help ensure that values are isolated and can be used temporarily within a specific context. A local variable can be converted to a global or an environment variable within the authoring session of KaneAI.
6262

6363
### Global Variables
6464
Global variables are accessible across multiple test cases within the entire organisation. They allow values to be reused in multiple places, enhancing consistency and reducing redundancy. Any variable which is converted from local to global has an option to persist value across sessions if the value changes within a session. More details about persist check are added below.

0 commit comments

Comments
 (0)