From 7071f9e743d3dabdd3dff561fa065f6609e19ade Mon Sep 17 00:00:00 2001 From: Bryan Date: Wed, 6 Jan 2016 20:24:49 +0530 Subject: [PATCH] Fix spelling errors --- ionic/decorators/page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/decorators/page.ts b/ionic/decorators/page.ts index d8fe538daa..41a17d3252 100644 --- a/ionic/decorators/page.ts +++ b/ionic/decorators/page.ts @@ -32,7 +32,7 @@ import {IONIC_DIRECTIVES} from '../config/directives'; * it is in `IONIC_DIRECTIVES`, so there is no need to add a `directives` array. * * - * Say you built a custom component that uses the an already exsiting Ionic component. + * Say you built a custom component that uses the already existing Ionic component. * In this case, you would add `IONIC_DIRECTIVES` to your directives array. * * ```ts