summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorpolluks2 <74630735+polluks2@users.noreply.github.com>2022-12-17 15:58:43 +0100
committerGitHub <noreply@github.com>2022-12-17 23:58:43 +0900
commita3b6b03dfb8b8e65681c363ad1a9837d0e64f59b (patch)
treee42b226357006b8e9a193a7af7f69ad3ce19ca73 /README.md
parent18e3b38c69da2828efac6adc2ea3a5e85f70e571 (diff)
Fix typo (#3093)
Co-authored-by: polluks <polluks@sdf.lonestar.org>
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 13413b0d..f105a0cd 100644
--- a/README.md
+++ b/README.md
@@ -591,7 +591,7 @@ If ripgrep doesn't find any matches, it will exit with a non-zero exit status,
and fzf will warn you about it. To suppress the warning message, we added
`|| true` to the command, so that it always exits with 0.
-See ["Using fzf as interative Ripgrep launcher"](https://github.com/junegunn/fzf/blob/master/ADVANCED.md#using-fzf-as-interative-ripgrep-launcher)
+See ["Using fzf as interactive Ripgrep launcher"](https://github.com/junegunn/fzf/blob/master/ADVANCED.md#using-fzf-as-interactive-ripgrep-launcher)
for a fuller example with preview window options.
### Preview window