docs: fix typo - s/Alterative/Alternative
This commit is contained in:
parent
6556272669
commit
8c7b26315d
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ When [using GitHub Actions to build ZMK](../user-setup.mdx), once you have obtai
|
||||||
defaultValue="zmk"
|
defaultValue="zmk"
|
||||||
values={[
|
values={[
|
||||||
{label: 'Default', value: 'zmk'},
|
{label: 'Default', value: 'zmk'},
|
||||||
{label: 'Alterative', value: 'alt'},
|
{label: 'Alternative', value: 'alt'},
|
||||||
]}>
|
]}>
|
||||||
<TabItem value="zmk">
|
<TabItem value="zmk">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue