summaryrefslogtreecommitdiffstats
path: root/ADVANCED.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2021-04-07 13:25:40 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2021-04-07 13:28:26 +0900
commitfefdb8c84ec41ace6b87784e78ed98ca6d0a1e7d (patch)
treec074ac87b67610da667fd1bbb6e732396f0afef1 /ADVANCED.md
parenta6cc05936e830f38311508b1ac331f69cacc89c9 (diff)
Fix typo
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 fd3a7a15..58529889 100644
--- a/ADVANCED.md
+++ b/ADVANCED.md
@@ -266,7 +266,7 @@ I know it's a lot to digest, let's try to break down the code.
- We customize how fzf colors various text elements using `--color` option.
`-1` tells fzf to keep the original color from the input. See `man fzf` for
available color options.
-- The value of `--preview-window` options consists of 4 components delimited
+- The value of `--preview-window` options consists of 5 components delimited
by `,`
1. `up` — Position of the preview window
1. `60%` — Size of the preview window
@@ -347,7 +347,7 @@ Log tailing
-----------
fzf can run long-running preview commands and render partial results before
-completion. And when you specify `:follow` flag in `--preview-window` option,
+completion. And when you specify `follow` flag in `--preview-window` option,
fzf will "`tail -f`" the result, automatically scrolling to the bottom.
```bash