Merge pull request #265 from meshtastic/jfirwin-patch-1

Typo
This commit is contained in:
Foster Irwin 2022-02-28 16:29:23 -07:00 committed by GitHub
commit d2c922a916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ They can be found on the [Releases](https://github.com/meshtastic/Meshtastic-pyt
groupId="operating-system" groupId="operating-system"
defaultValue="windows" defaultValue="windows"
values={[ values={[
{label: 'Ubutnu', value: 'ubuntu'}, {label: 'Ubuntu', value: 'ubuntu'},
{label: 'macOS', value: 'macos'}, {label: 'macOS', value: 'macos'},
{label: 'Windows', value: 'windows'}, {label: 'Windows', value: 'windows'},
]}> ]}>