Skip to content

Commit 1786aae

Browse files
authored
Fix typo (#5)
1 parent 415f7a9 commit 1786aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/010-bash-conditionals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ else
6565
fi
6666
```
6767

68-
Here is another example of an `if` statemnt which would check your current `User ID` and would not allow you to run the script as the `root` user:
68+
Here is another example of an `if` statement which would check your current `User ID` and would not allow you to run the script as the `root` user:
6969

7070
```bash
7171
#!/bin/bash
@@ -150,4 +150,4 @@ If the brand name does not match any of our `case` statements, we print out a de
150150

151151
I would advise you to try and modify the script and play with it a bit so that you could practice what you've just learned in the last two chapters!
152152

153-
For more examples of Bash `case` statements, make sure to check chapter 16, where we would create an interactive menu in Bash using a `cases` statement to process the user input.
153+
For more examples of Bash `case` statements, make sure to check chapter 16, where we would create an interactive menu in Bash using a `cases` statement to process the user input.

0 commit comments

Comments
 (0)