From 29bcffb3f3b6907a7a08d60a197e9e738b3fa264 Mon Sep 17 00:00:00 2001 From: Sebastian Kaim Date: Thu, 5 Oct 2017 00:51:05 +0200 Subject: [PATCH] Edited a minor typo in feature_bootmagic.md. --- docs/feature_bootmagic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature_bootmagic.md b/docs/feature_bootmagic.md index 3cf7d8d2a..c8459e350 100644 --- a/docs/feature_bootmagic.md +++ b/docs/feature_bootmagic.md @@ -14,7 +14,7 @@ Shortcuts for bootmagic options. You can use these even when bootmagic is off. |`MAGIC_SWAP_RALT_RGUI`|Swap the right Alt and GUI keys| |`MAGIC_NO_GUI`|Disable the GUI key| |`MAGIC_SWAP_GRAVE_ESC`|Swap the Grave and Esc key.| -|`MAGIC_SWAP_BACKSLASH_BACKSPACE`|Swap backslack and backspace| +|`MAGIC_SWAP_BACKSLASH_BACKSPACE`|Swap backslash and backspace| |`MAGIC_HOST_NKRO`|Force NKRO on| |`MAGIC_SWAP_ALT_GUI`/`AG_SWAP`|Swap Alt and Gui on both sides| |`MAGIC_UNSWAP_CONTROL_CAPSLOCK`|Disable the Control/Capslock swap|