summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard de Melo <gdm@demelo.org>2019-04-16 14:32:30 +0200
committerAndrew Gallant <jamslam@gmail.com>2019-04-16 08:32:30 -0400
commit7b3fe6b3251a18d2b8d3efe7ee6a85c9e9e4e565 (patch)
tree26e74f12cc9b4072916c0019f350211f50c925db
parentb3dd3ae203942936b00fab9636aa78a990c9b664 (diff)
doc: fix typo in FAQ
PR #1248
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index e277ce7a..061fdf82 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -935,7 +935,7 @@ for the previous section apply.
* Are you writing portable shell scripts intended to work in a variety of
environments? Great, probably not a good idea to use ripgrep! ripgrep is has
- nowhere near the ubquity of grep, so if you do use ripgrep, you might need
+ nowhere near the ubiquity of grep, so if you do use ripgrep, you might need
to futz with the installation process more than you would with grep.
* Do you care about POSIX compatibility? If so, then you can't use ripgrep
because it never was, isn't and never will be POSIX compatible.