Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelus22 committed Sep 30, 2023
1 parent a947b95 commit 3a17814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custom_ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ The button control is a clickable that sends a numeric value.
}
```

The `options` element defines value to be sent, e.g. `"options": [10],`. The value data is one byte (i.e. <=255).
The `options` element defines a value to be sent, e.g. `"options": [10],`. The value data is one byte (i.e. <=255).

### Toggle Control

Expand Down

0 comments on commit 3a17814

Please sign in to comment.