We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ddac4 commit a3c3abaCopy full SHA for a3c3aba
stage_descriptions/auth-03-ql6.md
@@ -27,7 +27,7 @@ The tester will execute your program like this:
27
$ ./your_program.sh
28
```
29
30
-It'll then send an `ACL GETUSER` command specifying the `default` user.
+It will then send an `ACL GETUSER` command specifying the `default` user.
31
32
```bash
33
# Expect RESP array: ["flags", ["nopass"]]
@@ -40,4 +40,4 @@ $ redis-cli
40
The tester will validate the following for the response:
41
42
1. The first element of the array is the string `flags`, encoded as a RESP bulk string.
43
-2. The second element of the array is a RESP array, and contains the `nopass` flag.
+2. The second element of the array is a RESP array, and contains the `nopass` flag.
0 commit comments