diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-06 17:37:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-06 17:37:11 +0000 |
commit | 65a4ad11771d7cb6e2a7abf6f253bb25e6dac38a (patch) | |
tree | 075d1b748f665f42801c3187d3e26da716640015 /docs/feature_tap_dance.md | |
parent | b7f415d0472fcb767c92673a2f628bfaf7f77e54 (diff) | |
parent | 14f886d03bead5022d1a3ebcc72c75ae1f2b622e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/feature_tap_dance.md')
-rw-r--r-- | docs/feature_tap_dance.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_tap_dance.md b/docs/feature_tap_dance.md index 6edce651cd..c055a9989a 100644 --- a/docs/feature_tap_dance.md +++ b/docs/feature_tap_dance.md @@ -243,7 +243,7 @@ Now, at the bottom of your `keymap.c` file, you'll need to add the following: * * How to figure out tap dance state: interrupted and pressed. * - * Interrupted: If the state of a dance dance is "interrupted", that means that another key has been hit + * Interrupted: If the state of a dance is "interrupted", that means that another key has been hit * under the tapping term. This is typically indicitive that you are trying to "tap" the key. * * Pressed: Whether or not the key is still being pressed. If this value is true, that means the tapping term |