Skip to content

Commit 1067d47

Browse files
authored
docs: fix index tag
1 parent 629db2a commit 1067d47

File tree

1 file changed

+1
-1
lines changed
  • docs/04-shell-scripting/18-shell-script-essentials

1 file changed

+1
-1
lines changed

docs/04-shell-scripting/18-shell-script-essentials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The `touch` command creates an empty file with the given name. Finally, I open t
5959

6060
Before we run the script, let's quickly talk about _comments_.
6161

62-
## Comments<!--index..>
62+
## Comments<!--index-->
6363

6464
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.
6565

0 commit comments

Comments
 (0)