From 53fd11c49faf8b5480039d076e3b5df79bba5a7c Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Tue, 23 Feb 2016 18:55:05 -0600 Subject: [PATCH 1/2] chore(ionitron): wake up ionitron! --- ionic/components/action-sheet/action-sheet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/action-sheet/action-sheet.ts b/ionic/components/action-sheet/action-sheet.ts index 732f7c0fa7..b923e8015d 100644 --- a/ionic/components/action-sheet/action-sheet.ts +++ b/ionic/components/action-sheet/action-sheet.ts @@ -18,7 +18,7 @@ import {ViewController} from '../nav/view-controller'; * dismissed by the user before they can resume interaction with the app. * Dangerous (destructive) options are made obvious. There are easy * ways to cancel out of the action sheet, such as tapping the backdrop or - * hitting the escape key on desktop. + * hitting the escape key on desktop. * * An action sheet is created from an array of `buttons`, with each button * including properties for its `text`, and optionally a `handler` and `role`. From 41f2f888a30222bdb310bc8bce0a8a3d3e4cd84a Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Tue, 23 Feb 2016 19:04:09 -0600 Subject: [PATCH 2/2] chore(ionitron): wake up ionitron! --- ionic/components/action-sheet/action-sheet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/action-sheet/action-sheet.ts b/ionic/components/action-sheet/action-sheet.ts index b923e8015d..eff9962746 100644 --- a/ionic/components/action-sheet/action-sheet.ts +++ b/ionic/components/action-sheet/action-sheet.ts @@ -36,7 +36,7 @@ import {ViewController} from '../nav/view-controller'; * * Its shorthand is to add all the action sheet's options from within the * `ActionSheet.create(opts)` first argument. Otherwise the action sheet's - * instance has methods to add options, such as `setTitle()` or `addButton()`. + * instance has methods to add options, like `setTitle()` or `addButton()`. * * @usage * ```ts