diff options
| author | François Magimel | 2025-09-09 23:51:13 +0200 |
|---|---|---|
| committer | GitHub | 2025-09-09 23:51:13 +0200 |
| commit | 09ab67c0440d8e5e3faf832d23eb1b754845a573 (patch) | |
| tree | 0edccafc937149afdc8b964004f61fe80942cfa2 /docs/features/bootmagic.md | |
| parent | 7be4540b4688eab74920eb4cb2347af43fb6a779 (diff) | |
docs: fix misspellings (#25555)
* docs: fix misspellings
* docs: do line breaks with HTML instead of spaces
To remove trailing spaces and to avoid breaking things, line breaks can
be done with the HTML br tag.
Diffstat (limited to 'docs/features/bootmagic.md')
| -rw-r--r-- | docs/features/bootmagic.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/bootmagic.md b/docs/features/bootmagic.md index 49fae5ba45..15c2bec293 100644 --- a/docs/features/bootmagic.md +++ b/docs/features/bootmagic.md @@ -46,7 +46,7 @@ When [handedness](split_keyboard#setting-handedness) is predetermined via option } ``` -If you pick the top right key for the right half, it is `R05` on the top layout. Within the key matrix below, `R05` is located on row 4 columnn 4. To use that key as the right half's Bootmagic trigger, add these entries to your `config.h` file: +If you pick the top right key for the right half, it is `R05` on the top layout. Within the key matrix below, `R05` is located on row 4 column 4. To use that key as the right half's Bootmagic trigger, add these entries to your `config.h` file: ```c #define BOOTMAGIC_ROW_RIGHT 4 |