use lowercase for optional annotation

This commit is contained in:
Zeke Sikelianos 2017-06-13 13:50:10 -07:00
parent b328a238a6
commit 56ee50f3a3
6 changed files with 16 additions and 16 deletions

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