summaryrefslogtreecommitdiffstats
path: root/ADVANCED.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 /ADVANCED.md
parent18e3b38c69da2828efac6adc2ea3a5e85f70e571 (diff)
Fix typo (#3093)
Co-authored-by: polluks <polluks@sdf.lonestar.org>
Diffstat (limited to 'ADVANCED.md')
-rw-r--r--ADVANCED.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ADVANCED.md b/ADVANCED.md
index dcff947c..c8cccf77 100644
--- a/ADVANCED.md
+++ b/ADVANCED.md
@@ -15,7 +15,7 @@ Advanced fzf examples
* [Toggling between data sources](#toggling-between-data-sources)
* [Ripgrep integration](#ripgrep-integration)
* [Using fzf as the secondary filter](#using-fzf-as-the-secondary-filter)
- * [Using fzf as interative Ripgrep launcher](#using-fzf-as-interative-ripgrep-launcher)
+ * [Using fzf as interactive Ripgrep launcher](#using-fzf-as-interactive-ripgrep-launcher)
* [Switching to fzf-only search mode](#switching-to-fzf-only-search-mode)
* [Switching between Ripgrep mode and fzf mode](#switching-between-ripgrep-mode-and-fzf-mode)
* [Log tailing](#log-tailing)
@@ -310,7 +310,7 @@ I know it's a lot to digest, let's try to break down the code.
- Once we selected a line, we open the file with `vim` (`vim
"${selected[0]}"`) and move the cursor to the line (`+${selected[1]}`).
-### Using fzf as interative Ripgrep launcher
+### Using fzf as interactive Ripgrep launcher
We have learned that we can bind `reload` action to a key (e.g.
`--bind=ctrl-r:execute(ps -ef)`). In the next example, we are going to **bind