Skip to content

Commit

Permalink
docs: fix Ti.UI.iOS.MenuPopup.items type
Browse files Browse the repository at this point in the history
  • Loading branch information
drauggres authored and sgtcoolguy committed Mar 4, 2020
1 parent 420d8b0 commit e886d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/iOS/MenuPopup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ properties:
description: |
The items will be shown as soon in the menu popup when the `show` method is called.
To hide them again, use the `hide` method in conjunction.
type: [String]
type: Array<String>

methods:
- name: show
Expand Down

0 comments on commit e886d64

Please sign in to comment.