Skip to content

Commit

Permalink
Fix typo in docs/feature_tri_layer.md (qmk#22232)
Browse files Browse the repository at this point in the history
`Stes` -> `Sets`
  • Loading branch information
noroadsleft authored Oct 9, 2023
1 parent ad14a27 commit 6e6fff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_tri_layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Eg, if you wanted to set the "Adjust" layer to be layer 5, you'd add this to you
| `set_tri_layer_lower_layer(layer)` | Changes the "lower" layer*. |
| `set_tri_layer_upper_layer(layer)` | Changes the "upper" layer*. |
| `set_tri_layer_adjust_layer(layer)` | Changes the "adjust" layer*. |
| `set_tri_layer_layers(lower, upper, adjust)` | Stes the "lower", "upper" and "adjust" layers*. |
| `set_tri_layer_layers(lower, upper, adjust)` | Sets the "lower", "upper" and "adjust" layers*. |
| `get_tri_layer_lower_layer()` | Gets the current "lower" layer. |
| `get_tri_layer_upper_layer()` | Gets the current "upper" layer. |
| `get_tri_layer_adjust_layer()` | Gets the current "adjust" layer. |
Expand Down

0 comments on commit 6e6fff8

Please sign in to comment.