Skip to content

Commit a3c3aba

Browse files
authored
Revise "The nopass flag #ql6"
1 parent 74ddac4 commit a3c3aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stage_descriptions/auth-03-ql6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The tester will execute your program like this:
2727
$ ./your_program.sh
2828
```
2929

30-
It'll then send an `ACL GETUSER` command specifying the `default` user.
30+
It will then send an `ACL GETUSER` command specifying the `default` user.
3131

3232
```bash
3333
# Expect RESP array: ["flags", ["nopass"]]
@@ -40,4 +40,4 @@ $ redis-cli
4040
The tester will validate the following for the response:
4141

4242
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.
43+
2. The second element of the array is a RESP array, and contains the `nopass` flag.

0 commit comments

Comments
 (0)