docs(): fix docs (#1423)

This commit is contained in:
Matt Thiessen 2017-04-26 23:36:01 -05:00 committed by Ibby Hadeed
parent 66874cc598
commit 39eaebfafd

View File

@ -74,7 +74,7 @@ export interface ActionSheetOptions {
*
* const options: ActionSheetOptions = {
* title: 'What do you want with this image?',
* subtitle: 'Choose an action'
* subtitle: 'Choose an action',
* buttonLabels: buttonLabels,
* addCancelButtonWithLabel: 'Cancel',
* addDestructiveButtonWithLabel: 'Delete',