summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-14 11:33:22 +0000
committerJunegunn Choi <junegunn.c@gmail.com>2021-08-15 16:03:26 +0900
commit3c804bcfec7c1f3cb69398f6d74f77a25286dbcb (patch)
tree8c3e58e40bfd2a1adee3d75d9209876e0750dc39 /README.md
parentcca4cdc4f1549e652da1f9688c260f8d5a646c6c (diff)
fix spelling
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 497a1335..9480e0ee 100644
--- a/README.md
+++ b/README.md
@@ -574,7 +574,7 @@ FZF_DEFAULT_COMMAND='find . -type f' \
The following example uses fzf as the selector interface for ripgrep. We bound
`reload` action to `change` event, so every time you type on fzf, the ripgrep
process will restart with the updated query string denoted by the placeholder
-expression `{q}`. Also, note that we used `--disabled` option so that fzf
+expression `{q}`. Also, note that we used `--disabled` option so that fzf
doesn't perform any secondary filtering.
```sh