From 7abccd8a0c5bcf6d6f772ff8a8555086eb418739 Mon Sep 17 00:00:00 2001 From: Hemant Gogia Date: Tue, 29 Apr 2014 11:51:46 +0530 Subject: [PATCH] Update navView.js --- js/angular/directive/navView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/directive/navView.js b/js/angular/directive/navView.js index 5b99343914..323f294cd4 100644 --- a/js/angular/directive/navView.js +++ b/js/angular/directive/navView.js @@ -32,7 +32,7 @@ * the {@link ionic.directive:ionNavBar} directive that updates as we navigate through the * navigation stack. * - * You can any [animation class](/docs/components#animation) on the navView to have its pages slide. + * You can use any [animation class](/docs/components#animation) on the navView to have its pages slide. * Recommended for page transitions: 'slide-left-right', 'slide-left-right-ios7', 'slide-in-up'. * * ```html