From 39eaebfafd4223d7de9003d17f1bdd86e8442d5d Mon Sep 17 00:00:00 2001 From: Matt Thiessen Date: Wed, 26 Apr 2017 23:36:01 -0500 Subject: [PATCH] docs(): fix docs (#1423) --- src/@ionic-native/plugins/action-sheet/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/action-sheet/index.ts b/src/@ionic-native/plugins/action-sheet/index.ts index e0ae01a2..748f6969 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',