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 2941c02 commit aa8c581Copy full SHA for aa8c581
stage_descriptions/completions-04-gy5.md
@@ -18,14 +18,14 @@ It will then execute your program like this:
18
./your_program.sh
19
```
20
21
-The test will simulate the user typing the start of the external command and pressing `<TAB>`:
+Next, the tester will simulate a user typing the start of the external command and pressing `<TAB>`:
22
23
```bash
24
$ custom<TAB>
25
$ custom_executable
26
27
28
-The tester will verify that your shell correctly completes the command to the external executable filename.
+The tester will verify that your shell correctly completes the command to the external executable file name.
29
30
### Notes
31
0 commit comments