From 64f847aac70e2e747f3f1c0f2956775f39bfb4af Mon Sep 17 00:00:00 2001 From: Andrew Joslin Date: Tue, 10 Jun 2014 12:57:39 -0600 Subject: [PATCH] docs($ionicModal): typo --- js/angular/service/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/service/modal.js b/js/angular/service/modal.js index 852d5b3fb55..ea4605d997a 100644 --- a/js/angular/service/modal.js +++ b/js/angular/service/modal.js @@ -11,7 +11,7 @@ * Note that you need to put the content of the modal inside a div with the class `modal`. * * Note: a modal will broadcast 'modal.shown', 'modal.hidden', and 'modal.removed' events from its originating - * scope, passing in itself as an event argument. Note: both modal.removed and modal.hidden are + * scope, passing in itself as an event argument. Both the modal.removed and modal.hidden events are * called when the modal is removed. * * @usage