From cc1dff2ceb1dfaa0b046ba8827c1a883398fa22e Mon Sep 17 00:00:00 2001 From: Arunas Cesonis Date: Mon, 22 Feb 2016 10:34:13 +0000 Subject: [PATCH] Update id.ts --- ionic/components/app/id.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/app/id.ts b/ionic/components/app/id.ts index 800895c127..0a1b453510 100644 --- a/ionic/components/app/id.ts +++ b/ionic/components/app/id.ts @@ -6,7 +6,7 @@ import {IonicApp} from './app'; * @name Id * @description * IdRef is an easy way to identify unique components in an app and access them - * no matter where in the UI heirarchy you are. For example, this makes toggling + * no matter where in the UI hierarchy you are. For example, this makes toggling * a global side menu feasible from any place in the application. * * See the [Menu section](http://ionicframework.com/docs/v2/components/#menus) of