Skip to content

Commit 7bc1091

Browse files
authored
Update README.md
Fix typo
1 parent f8cbb24 commit 7bc1091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Nice visual cheatsheet from the [article](https://clementc.github.io/blog/2018/0
143143
### Bang(!) - The History Expansion
144144
Bash also has some handy features that use the ! (bang) to allow you to do some funky stuff with bash commands.<br>
145145
General notation is `'![event][:word[:modifier[:modifier]...]]'`.<br>
146-
You may ommit word separator `':'`, if the word designator begins with a `'^'`, `'$'`, `'*'`, `'-'`, or `'%'`.<br>
146+
You may omit word separator `':'`, if the word designator begins with a `'^'`, `'$'`, `'*'`, `'-'`, or `'%'`.<br>
147147
If a word designator is supplied without an event specification, the previous command is used as the event.<br>
148148
After the optional word designator, you can add a sequence of one or more modifiers, each preceded by a `':'`.<br>
149149

0 commit comments

Comments
 (0)