Skip to content

Commit 6e03a0b

Browse files
authored
fix(docs): Fix wording in layers section in keymaps (#2474)
1 parent 6b4d591 commit 6e03a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/keymaps/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Each layer of your keymap will be nested under the keymap node. Here is an examp
143143

144144
Each layer should have:
145145

146-
1. A `bindings` property this will be a list of [behavior bindings](behaviors/index.mdx), one for each key position for the keyboard.
146+
1. A `bindings` property that will be a list of [behavior bindings](behaviors/index.mdx), one for each key position for the keyboard.
147147
1. (Optional) A `sensor-bindings` property that will be a list of behavior bindings for each sensor on the keyboard. (Currently, only encoders are supported as sensor hardware, but in the future devices like trackpoints would be supported the same way)
148148
1. (Optional) A `display-name` property that is a string used by certain features, such as the layer status display widget.
149149

0 commit comments

Comments
 (0)