]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update feature_bootmagic.md (#4290)
authorLeah <me@hrmny.pw>
Tue, 30 Oct 2018 15:37:08 +0000 (16:37 +0100)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Tue, 30 Oct 2018 15:37:08 +0000 (08:37 -0700)
Fix typo

docs/feature_bootmagic.md

index 20c76d9b745d35791135673af1c6cba78acc1328..504fb90f451b910a689882b4d4097cd73d4fa611 100644 (file)
@@ -14,7 +14,7 @@ On some keyboards Bootmagic is disabled by default. If this is the case, it must
 BOOTMAGIC_ENABLE = full
 ```
 
-?> You may see `yes` being used in place of `full`, and this is okay. However, `yes` is deprecated, and ideally `full` (or `lite`) ideally should be used instead.
+?> You may see `yes` being used in place of `full`, and this is okay. However, `yes` is deprecated, and ideally `full` (or `lite`) should be used instead.
 
 Additionally, you can use [Bootmagic Lite](#bootmagic-lite) (a scaled down, very basic version of Bootmagic) by adding the following to your `rules.mk` file: