aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoliss86 <coliss86@users.noreply.github.com>2021-10-25 00:32:42 +0200
committerGitHub <noreply@github.com>2021-10-24 23:32:42 +0100
commit0002acd4a319d4b692fd9665f14b60e4936dcd83 (patch)
tree71da4c10956af24d9504456b9f1b4c174928013e
parent6ee29d9aa679ff1d1fe21e712c6015982247990e (diff)
downloadqmk_firmware-0002acd4a319d4b692fd9665f14b60e4936dcd83.tar.gz
qmk_firmware-0002acd4a319d4b692fd9665f14b60e4936dcd83.zip
Fix Typo in documentation (#14942)
-rw-r--r--docs/cli_tab_complete.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli_tab_complete.md b/docs/cli_tab_complete.md
index 2217d4fd3..200477624 100644
--- a/docs/cli_tab_complete.md
+++ b/docs/cli_tab_complete.md
@@ -18,7 +18,7 @@ If you put `qmk_firmware` into another location you will need to adjust this pat
18 18
19If you want the tab completion available to all users of the system you can add a symlink to the `qmk_tab_complete.sh` script: 19If you want the tab completion available to all users of the system you can add a symlink to the `qmk_tab_complete.sh` script:
20 20
21 `ln -s ~/qmk_firmware/util/qmk_tab_complete.sh /etc/profile.d/qmk_tab_complete.sh` 21 ln -s ~/qmk_firmware/util/qmk_tab_complete.sh /etc/profile.d/qmk_tab_complete.sh
22 22
23### System Wide Copy 23### System Wide Copy
24 24