]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/feature_tap_dance.md
Fix some of the more obvious typos
[qmk_firmware.git] / docs / feature_tap_dance.md
index 57bbde6ea23088f901814a0ef48471b5870baabe..271d1a0f00101b844c9b53c313a074b6d735d92b 100644 (file)
@@ -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);