Skip to content

Commit aa8c581

Browse files
authored
Update completions-04-gy5.md
1 parent 2941c02 commit aa8c581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stage_descriptions/completions-04-gy5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ It will then execute your program like this:
1818
./your_program.sh
1919
```
2020

21-
The test will simulate the user typing the start of the external command and pressing `<TAB>`:
21+
Next, the tester will simulate a user typing the start of the external command and pressing `<TAB>`:
2222

2323
```bash
2424
$ custom<TAB>
2525
$ custom_executable
2626
```
2727

28-
The tester will verify that your shell correctly completes the command to the external executable filename.
28+
The tester will verify that your shell correctly completes the command to the external executable file name.
2929

3030
### Notes
3131

0 commit comments

Comments
 (0)