summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjex <tjex@tjex.net>2023-11-04 20:54:49 +0100
committerDenis Isidoro <denis.isidoro@uber.com>2023-12-10 06:26:34 -0300
commitcac329e60c6287e057fd60bcca221ee33240913a (patch)
tree67d5f0796c93fea37b5c65c079520355b5ad5db0
parent422d37f328b6d2e1d9edf383f246b60756c5f498 (diff)
doc: typo
-rw-r--r--docs/paths_and_environment_variables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/paths_and_environment_variables.md b/docs/paths_and_environment_variables.md
index c53e828..6266266 100644
--- a/docs/paths_and_environment_variables.md
+++ b/docs/paths_and_environment_variables.md
@@ -15,7 +15,7 @@ export NAVI_PATH="~/.local/share/navi"
Note! Even when set, `$NAVI_PATH` will not be used when installing cheat
sheets directly via navi's own commands.
-For example when running `navi add repo <repo> `~/Library/...` will still be used.
+For example when running `navi add repo <repo>`, `~/Library/...` will still be used.
Instead, you may clone repos directly into `$NAVI_PATH`, or write your own
manually.