diff --git a/src/@ionic-native/plugins/action-sheet/index.ts b/src/@ionic-native/plugins/action-sheet/index.ts index e0ae01a2f..748f69692 100644 --- a/src/@ionic-native/plugins/action-sheet/index.ts +++ b/src/@ionic-native/plugins/action-sheet/index.ts @@ -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',