]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fixed typo of "multually" to "mutually"
authorZach Burchill <burchill@users.noreply.github.com>
Mon, 25 Sep 2017 15:47:47 +0000 (11:47 -0400)
committerJack Humbert <jack.humb@gmail.com>
Mon, 25 Sep 2017 17:08:06 +0000 (13:08 -0400)
docs/feature_common_shortcuts.md

index dbdd28c90af5e32e10fc85fa44e0d351471e9976..e942b26c8b93b24e8bd45efe022f65238f7f25bd 100644 (file)
@@ -39,7 +39,7 @@ If you are just getting started with QMK you will want to keep everything simple
 
 ### Intermediate Users
 
-Sometimes you need more than one base layer. For example, if you want to switch between QWERTY and Dvorak, switch between layouts for different countries, or switch your layout for different videogames. Your base layers should always be the lowest numbered layers. When you have multiple base layers you should always treat them as multually exclusive. When one base layer is on the others are off. 
+Sometimes you need more than one base layer. For example, if you want to switch between QWERTY and Dvorak, switch between layouts for different countries, or switch your layout for different videogames. Your base layers should always be the lowest numbered layers. When you have multiple base layers you should always treat them as mutually exclusive. When one base layer is on the others are off. 
 
 ### Advanced Users