Skip to content

Commit daf9a34

Browse files
corrected the syntax
1 parent 1aa3b17 commit daf9a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kane-ai-secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can create Secrets variables via:
6969
</video>
7070

7171
## How to use your Secrets?
72-
Once created, you can now reference any secret variables in your test steps using **dollar-curly braces syntax (e.g.,`${email}`)**.
72+
Once created, you can now reference any secret variables in your test steps using **double-curly braces syntax (e.g.,`{{email}}`)**.
7373

7474
> To use a previously created variable in any subsequent step or test case, reference the variable using the same `{{` syntax. This will list down all existing variables for this test.
7575

0 commit comments

Comments
 (0)