fix spelling

This commit is contained in:
a1346054
2021-08-14 11:33:22 +00:00
committed by Junegunn Choi
parent cca4cdc4f1
commit 3c804bcfec
4 changed files with 7 additions and 8 deletions

View File

@@ -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