Correct spelling of common words in .md files

This commit is contained in:
Ryan Rotter
2022-04-24 12:30:10 -05:00
committed by xs5871
parent c7eaeaf90c
commit 09d0287800
12 changed files with 21 additions and 21 deletions

View File

@@ -88,7 +88,7 @@ These same steps are run for when a key is released.
_So now... what's a handler, and what's a pre/post callback?!_
All of these serve rougly the same purpose: to _do something_ with the key's
All of these serve roughly the same purpose: to _do something_ with the key's
data, or to fire off side effects. Most handlers are provided by KMK internally
and modify the `InternalState` in some way - adding the key to the HID queue,
changing layers, etc. The pre/post handlers are designed to allow functionality