Skip to content

Commit 7ff4244

Browse files
committed
chnages randomusername to randomUserName
1 parent 5c60f56 commit 7ff4244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/testing/script/dynamic-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here are some common use cases for dynamic variables:
3333
```json
3434
{
3535
"credentials": {
36-
"username": "{{$randomUsername}}",
36+
"username": "{{$randomUserName}}",
3737
"password": "{{$randomPassword}}",
3838
"lastLogin": "{{$isoTimestamp}}"
3939
}

0 commit comments

Comments
 (0)