mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 11:33:10 +00:00
Fix typo
This commit is contained in:
parent
00fe27ba79
commit
35acf704bb
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ In addition, it's possible to forward the following parameters to `fzf`:
|
|||
|
||||
### Variable dependency
|
||||
|
||||
The command for generating possible inputs can implicitly refer previous variables by using the `<varname>` syntax:
|
||||
The command for generating possible inputs can implicitly refer other variables by using the `<varname>` syntax:
|
||||
```sh
|
||||
# Should print /my/pictures/wallpapers
|
||||
echo "<wallpaper_folder>"
|
||||
|
|
Loading…
Reference in a new issue