diff --git a/README.md b/README.md index e380519..1fec742 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ In particular, check [these instructions](https://github.com/denisidoro/navi/iss ## 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: diff --git a/docs/navi_config.md b/docs/navi_config.md index 239ed37..3cef6df 100644 --- a/docs/navi_config.md +++ b/docs/navi_config.md @@ -39,7 +39,7 @@ navi info cheats-path ``` 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 navi --path '/some/dir:/other/dir' ```