summaryrefslogtreecommitdiffstats
path: root/docs/feature_tap_dance.md
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2017-12-09 06:49:07 +0100
committerJack Humbert <jack.humb@gmail.com>2017-12-09 16:46:11 +0100
commitaf37bb2f78c39c224c995eb57c757c63034a3d9c (patch)
tree9ad591cb895d1ac13cce6145d11738569dff0a93 /docs/feature_tap_dance.md
parent4c675a83ba1d3561bfd6baad57a250066f5db4d3 (diff)
downloadqmk_firmware-af37bb2f78c39c224c995eb57c757c63034a3d9c.tar.gz
qmk_firmware-af37bb2f78c39c224c995eb57c757c63034a3d9c.tar.xz
Fix some of the more obvious typos
Diffstat (limited to 'docs/feature_tap_dance.md')
-rw-r--r--docs/feature_tap_dance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_tap_dance.md b/docs/feature_tap_dance.md
index 57bbde6ea..271d1a0f0 100644
--- a/docs/feature_tap_dance.md
+++ b/docs/feature_tap_dance.md
@@ -150,7 +150,7 @@ void dance_flsh_finished(qk_tap_dance_state_t *state, void *user_data) {
}
}
-// if the flash state didnt happen, then turn off leds, left to right
+// if the flash state didn't happen, then turn off LEDs, left to right
void dance_flsh_reset(qk_tap_dance_state_t *state, void *user_data) {
ergodox_right_led_1_off();
_delay_ms(50);