From 4d2e21df1483851647bde4572c0be905c86c56e1 Mon Sep 17 00:00:00 2001 From: KITAGAWA Yasutaka Date: Mon, 16 Sep 2024 17:29:33 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- docs/navi_config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' ```