diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-18 14:11:48 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-18 14:11:48 -0400 |
commit | 2ffe09b617419a25e45c387e001ea59d3cbb5652 (patch) | |
tree | 84afecd77759868d1b16750fc9d74b4f2cae5e14 /docs | |
parent | d7dee20e8d9b0b566859304063df2176aef8c057 (diff) |
fix(docs): Fix typo in key press behavior doc.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/behavior/key-press.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/behavior/key-press.md b/docs/docs/behavior/key-press.md index 08296bb..1ae7e31 100644 --- a/docs/docs/behavior/key-press.md +++ b/docs/docs/behavior/key-press.md @@ -4,7 +4,7 @@ title: Key Presses ## Summary -The most basic of behaiors, is the ability to send certain keycode presses and releases in response to activating +The most basic of behaviors, is the ability to send certain keycode presses and releases in response to activating a certain key. For reference on keycode values, see the [USB HID Usage Tables](https://www.usb.org/document-library/hid-usage-tables-12). |