diff --git a/js/angular/directive/menuClose.js b/js/angular/directive/menuClose.js index e9cb821694c..d84694d0ac4 100644 --- a/js/angular/directive/menuClose.js +++ b/js/angular/directive/menuClose.js @@ -22,7 +22,7 @@ * Home * ``` * - * Note that if your destination state uses a resolve and that resolve asyncronously + * Note that if your destination state uses a resolve and that resolve asynchronously * takes longer than a standard transition (300ms), you'll need to set the * `nextViewOptions` manually as your resolve completes. * @@ -32,6 +32,7 @@ * disableAnimate: true, * expire: 300 * }); + * ``` */ IonicModule .directive('menuClose', ['$ionicHistory', '$timeout', function($ionicHistory, $timeout) {