diff options
author | Anant Thazhemadam <[email protected]> | 2024-08-27 19:53:15 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-27 16:23:15 +0200 |
commit | 6946ca8b07265574a76f9ad5678fedb922756fbf (patch) | |
tree | 24d6acbc1459139d1932b2e9012200ab3df26a20 /docs | |
parent | b866ec031ffef7daeb59c7f9a4d506f4e295efa5 (diff) | |
download | zmk-6946ca8b07265574a76f9ad5678fedb922756fbf.tar.gz zmk-6946ca8b07265574a76f9ad5678fedb922756fbf.zip |
fix(docs): minor corrections and fix typo (#2443)
* docs(faq): minor corrections
* docs: fix typo - `s/Alterative/Alternative`
* docs(faq): use Lily58 as an example instead of Corne with revision
Co-authored-by: Nicolas Munnich <[email protected]>
---------
Co-authored-by: Nicolas Munnich <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/faq.md | 2 | ||||
-rw-r--r-- | docs/docs/features/modules.mdx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/faq.md b/docs/docs/faq.md index 2100b9726d..901e9c965f 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -57,7 +57,7 @@ For keyboards, this is one of two options: ### What is a “shield”? -In ZMK, a _shield_ is a _PCB_ or _hardwired set of components_ that when combined with a MCU only [board](#what-is-a-board) like the Proton-C or nice!nano, results in a complete usable keyboard. Examples would be keyboard PCBs like the Kyria or Corne. The _shield_ is usually the big PCB containing all the keys. +In ZMK, a _shield_ is a _PCB_ or _hardwired set of components_ that when combined with an MCU-only [board](#what-is-a-board), like the Proton-C or nice!nano, results in a complete usable keyboard. Examples would be keyboard PCBs like the Kyria or Lily58. The _shield_ is usually the big PCB containing all the keys. ### Why _boards_ and _shields_? Why not just “keyboard”? diff --git a/docs/docs/features/modules.mdx b/docs/docs/features/modules.mdx index e25bc72aec..acab84c2c3 100644 --- a/docs/docs/features/modules.mdx +++ b/docs/docs/features/modules.mdx @@ -149,7 +149,7 @@ When [using GitHub Actions to build ZMK](../user-setup.mdx), once you have obtai defaultValue="zmk" values={[ {label: 'Default', value: 'zmk'}, -{label: 'Alterative', value: 'alt'}, +{label: 'Alternative', value: 'alt'}, ]}> <TabItem value="zmk"> |