summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLeah <me@hrmny.pw>2018-10-30 16:37:08 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-10-30 16:37:08 +0100
commit7373d5b394d9c75cd2b91d77984145606bf31a04 (patch)
tree4969d85924122011ec3b7422813ebeb08e3283a5 /docs
parent31ff5f219ddcbdac183c7f3ad6cea8eca1b9d398 (diff)
downloadqmk_firmware-7373d5b394d9c75cd2b91d77984145606bf31a04.tar.gz
qmk_firmware-7373d5b394d9c75cd2b91d77984145606bf31a04.tar.xz
Update feature_bootmagic.md (#4290)
Fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_bootmagic.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_bootmagic.md b/docs/feature_bootmagic.md
index 20c76d9b7..504fb90f4 100644
--- a/docs/feature_bootmagic.md
+++ b/docs/feature_bootmagic.md
@@ -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: