KMKfw / kmk_firmware

Clackety Keyboards Powered by Python
https://kmkfw.zulipchat.com
Other
1.32k stars 458 forks source link

[BUG] Misspelt word in holdtap.md #970

Closed Meandering-Breviger closed 1 month ago

Meandering-Breviger commented 1 month ago

Describe the bug Theres a misspell in docs/en/holdtap.md

Bold is mine.

HoldTap is often used with modifier keys. For example KC.HT(KC.ESCAPE, KC.LCTRL) configures a key that sends Escape when tapped and left control when held. It can be used with regular keys as well like KC.HT(KC.SPACE, KC.ENTER) to send space on tab and enter on hold.

Expected behavior Should be tap instead of tab.

Additional context Didn't want to make a pull request just for this, so I'm leaving this for whoever makes another pass at the docs.