summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorZach Burchill <burchill@users.noreply.github.com>2017-09-25 17:47:47 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-25 19:08:06 +0200
commit809c9258c11d8e502004f3187d8c22e23bf69dec (patch)
treeb1d71f7a3424cc563025fedbe0cc7f18f6e100cc /docs
parentc8d365f5da81c358ce50d18e6736a99829295d5f (diff)
downloadqmk_firmware-809c9258c11d8e502004f3187d8c22e23bf69dec.tar.gz
qmk_firmware-809c9258c11d8e502004f3187d8c22e23bf69dec.tar.xz
Fixed typo of "multually" to "mutually"
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_common_shortcuts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_common_shortcuts.md b/docs/feature_common_shortcuts.md
index dbdd28c90..e942b26c8 100644
--- a/docs/feature_common_shortcuts.md
+++ b/docs/feature_common_shortcuts.md
@@ -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