Skip to content

Commit d1e7657

Browse files
authored
Revise "The passwords property #pl7"
1 parent 74ddac4 commit d1e7657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stage_descriptions/auth-04-pl7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The tester will execute your program like this:
2323
$ ./your_program.sh
2424
```
2525

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

2828
```bash
2929
$ redis-cli
@@ -40,4 +40,4 @@ The tester will validate the following for the response:
4040
1. The first element of the array is the string `flags`, encoded as a RESP bulk string.
4141
2. The second element of the array is a RESP array and contains the `nopass` flag.
4242
3. The third element of the array is the string `passwords`, encoded as a RESP bulk string.
43-
4. The fourth element of the array is an empty array because no passwords have been specified for the default user.
43+
4. The fourth element of the array is an empty array because no passwords have been specified for the default user.

0 commit comments

Comments
 (0)