From 9f7960c98b6cb60b97b6e9300313ea2ff416a616 Mon Sep 17 00:00:00 2001 From: FabianSperrle Date: Mon, 30 Jun 2014 14:13:08 +0200 Subject: [PATCH] docs(navBar): Corrected typo --- js/angular/directive/navBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/directive/navBar.js b/js/angular/directive/navBar.js index 5cf214d3bd..a1a0a75e13 100644 --- a/js/angular/directive/navBar.js +++ b/js/angular/directive/navBar.js @@ -58,7 +58,7 @@ IonicModule.constant('$ionicNavBarConfig', { * Alternatively, you may put ion-nav-bar inside of each individual view's ion-view element. * This will allow you to have the whole navbar, not just its contents, transition every view change. * - * This is similar to using a header bar inside your ion-view, except it will has all the power of a navbar. + * This is similar to using a header bar inside your ion-view, except it will have all the power of a navbar. * * If you do this, simply put nav buttons inside the navbar itself; do not use ``. *