summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjex <tjex@tjex.net>2023-11-04 20:54:49 +0100
committertjex <tjex@tjex.net>2023-11-04 20:54:49 +0100
commit8d19e8aa3c88d0b876577bc90d84ecbedcde1be8 (patch)
treeef3aac5643b7cbb9c8b47f1db925ff945432cd82
parent75e9306c0d490a179b9a583730c74d6e734731e2 (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.