Merge pull request #914 from kit494way/fix-typo

Fix typo
This commit is contained in:
Denis Isidoro 2024-09-25 10:07:31 -03:00 committed by GitHub
commit e0943c39cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ In particular, check [these instructions](https://github.com/denisidoro/navi/iss
## Cheatsheet repositories ## Cheatsheet repositories
Running **navi** for the first time will help you download and manage cheatsheets. By default, they are soted at `~/.local/share/navi/cheats/`. Running **navi** for the first time will help you download and manage cheatsheets. By default, they are stored at `~/.local/share/navi/cheats/`.
You can also: You can also:

View file

@ -39,7 +39,7 @@ navi info cheats-path
``` ```
prints to you all paths used to search for `.cheat` files. prints to you all paths used to search for `.cheat` files.
You can also add other paths at runtime by running `navi` with the `--path` option and a colon-separed paths list, e.g., You can also add other paths at runtime by running `navi` with the `--path` option and a colon-separated paths list, e.g.,
```sh ```sh
navi --path '/some/dir:/other/dir' navi --path '/some/dir:/other/dir'
``` ```