Skip to content

Commit 249e4a0

Browse files
authored
Typo (#4)
1 parent a758a8f commit 249e4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/014-creating-custom-bash-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ One way to do that is to either write short bash scripts or create custom comman
66

77
## Example
88

9-
Let's starit with the following scenario, as a system admin, you might have to check the connections to your web server quite often, so I will use the `netstat` command as an example.
9+
Let's start with the following scenario, as a system admin, you might have to check the connections to your web server quite often, so I will use the `netstat` command as an example.
1010

1111
What I would usually do when I access a server that is having issues with the connections to port 80 or 443 is to check if there are any services listening on those ports and the number of connections to the ports.
1212

0 commit comments

Comments
 (0)