Skip to content

Commit 6c43397

Browse files
authored
Merge pull request #77 from FRC2713/fix_multi-select_docs
fix(docs): mutliselect -> multi-select
2 parents aeefc59 + c1a3e53 commit 6c43397

File tree

2 files changed

+4
-577
lines changed

2 files changed

+4
-577
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ For example, in a game where robots can score in multiple locations, you might c
177177
```json
178178
{
179179
"title": "Scoring Locations",
180-
"type": "multiselect",
180+
"type": "multi-select",
181181
"required": true,
182182
"code": "scoringLocations",
183183
"choices": {

0 commit comments

Comments
 (0)