diff options
author | Andrew Macpherson <hopscotch23@gmail.com> | 2018-03-23 23:03:19 +0000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-03-23 16:03:19 -0700 |
commit | d0054c41e266e84fac28c8ecc8bf729a5a0c1223 (patch) | |
tree | 3560ebd3e295c2b90791249a8c3a31461628e438 /docs | |
parent | 8575249411ec41c9c7236c19dfbeb177758046de (diff) | |
download | qmk_firmware-d0054c41e266e84fac28c8ecc8bf729a5a0c1223.tar.gz qmk_firmware-d0054c41e266e84fac28c8ecc8bf729a5a0c1223.zip |
Fix typo in autoshift docs: statn (#2579)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_auto_shift.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_auto_shift.md b/docs/feature_auto_shift.md index 9db4f11aa0..484c506f13 100644 --- a/docs/feature_auto_shift.md +++ b/docs/feature_auto_shift.md @@ -121,7 +121,7 @@ Map three keys temporarily in your keymap: | KC_ASRP | Report your current Auto Shift timeout value | | KC_ASON | Turns on the Auto Shift Function | | KC_ASOFF | Turns off the Auto Shift Function | -| KC_ASTG | Toggles the statn of the Auto Shift feature | +| KC_ASTG | Toggles the state of the Auto Shift feature | Compile and upload your new firmware. |