Skip to content

Commit fc7c338

Browse files
authored
Typo
Should be file "named" and not file "names"
1 parent 7aa385d commit fc7c338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/12/en/part12a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ The output contains a few new things for us to learn. <i>Docker daemon</i> is a
188188
### Exercise 12.2
189189

190190
Some of these exercises do not require you to write any code or configurations to a file.
191-
In these exercises you should use [script](https://man7.org/linux/man-pages/man1/script.1.html) command to record the commands you have used; try it yourself with _script_ to start recording, _echo "hello"_ to generate some output, and _exit_ to stop recording. It saves your actions into a file names "typescript" (that has nothing to do with the TypeScript programming language, the name is just a coincidence).
191+
In these exercises you should use [script](https://man7.org/linux/man-pages/man1/script.1.html) command to record the commands you have used; try it yourself with _script_ to start recording, _echo "hello"_ to generate some output, and _exit_ to stop recording. It saves your actions into a file named "typescript" (that has nothing to do with the TypeScript programming language, the name is just a coincidence).
192192

193193
If _script_ does not work, you can just copy-paste all commands you used into a text file.
194194

0 commit comments

Comments
 (0)