diff --git a/docs/04-shell-scripting/18-shell-script-essentials/index.md b/docs/04-shell-scripting/18-shell-script-essentials/index.md index ae5350a8..17d2a65e 100644 --- a/docs/04-shell-scripting/18-shell-script-essentials/index.md +++ b/docs/04-shell-scripting/18-shell-script-essentials/index.md @@ -59,7 +59,7 @@ The `touch` command creates an empty file with the given name. Finally, I open t Before we run the script, let's quickly talk about _comments_. -## Comments Comments are lines of text that you add to a script or program to help the reader understand what is going on. Comments are not interpreted by the shell – they are purely for the benefit of the reader.