Merge pull request #11282 from Toinane/fix-documentation

typographical revision in Documentation
This commit is contained in:
Charles Kerr 2017-12-03 09:01:24 -06:00 committed by GitHub
commit 6beaafc7e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 315 additions and 315 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