fix: minor spelling error (#28)

This commit is contained in:
J. G. Sebring 2017-04-06 12:06:32 +02:00 committed by Adnan Ahmed
parent 1e2cd1f5f0
commit 6d3d99bfaf
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ ipsum dolor sit
amet.
```
*Find the exact string '(Lorem|doloar)' in example.txt*
*Find the exact string '(Lorem|dolor)' in example.txt*
```bash
fgrep '(Lorem|dolor)' example.txt
or