feat(docs): fix 'optional' wording

This commit is contained in:
Toinane 2017-11-28 18:15:15 +01:00
parent 124667c29b
commit 59607c9a17
No known key found for this signature in database
GPG key ID: 1A3729C1B6D59115
14 changed files with 92 additions and 92 deletions

View file

@ -1,7 +1,7 @@
# NotificationAction Object
* `type` String - The type of action, can be `button`.
* `text` String - (optional) The label for the given action.
* `text` String (optional) - The label for the given action.
## Platform / Action Support

View file

@ -1,4 +1,4 @@
# ScrubberItem Object
* `label` String - (optional) The text to appear in this item
* `icon` NativeImage - (optional) The image to appear in this item
* `label` String (optional) - The text to appear in this item
* `icon` NativeImage (optional) - The image to appear in this item

View file

@ -1,5 +1,5 @@
# SegmentedControlSegment Object
* `label` String - (optional) The text to appear in this segment
* `icon` NativeImage - (optional) The image to appear in this segment
* `enabled` Boolean - (optional) Whether this segment is selectable. Default: true
* `label` String (optional) - The text to appear in this segment
* `icon` NativeImage (optional) - The image to appear in this segment
* `enabled` Boolean (optional) - Whether this segment is selectable. Default: true