diff options
author | coliss86 <coliss86@users.noreply.github.com> | 2021-10-25 00:32:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-24 23:32:42 +0100 |
commit | 0002acd4a319d4b692fd9665f14b60e4936dcd83 (patch) | |
tree | 71da4c10956af24d9504456b9f1b4c174928013e /docs | |
parent | 6ee29d9aa679ff1d1fe21e712c6015982247990e (diff) |
Fix Typo in documentation (#14942)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cli_tab_complete.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli_tab_complete.md b/docs/cli_tab_complete.md index 2217d4fd3b..200477624e 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 If you want the tab completion available to all users of the system you can add a symlink to the `qmk_tab_complete.sh` script: - `ln -s ~/qmk_firmware/util/qmk_tab_complete.sh /etc/profile.d/qmk_tab_complete.sh` + ln -s ~/qmk_firmware/util/qmk_tab_complete.sh /etc/profile.d/qmk_tab_complete.sh ### System Wide Copy |