From 863d489944e01c4448a08c4f6910a70e55fba2b0 Mon Sep 17 00:00:00 2001 From: Raghav Date: Tue, 6 Oct 2015 18:05:07 +0800 Subject: [PATCH] docs($animate): fixed typo - 'doesn't trigger an animations' --- src/ng/animate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/animate.js b/src/ng/animate.js index f3b6ffdd4f3f..7d04bf535fe4 100644 --- a/src/ng/animate.js +++ b/src/ng/animate.js @@ -285,7 +285,7 @@ var $AnimateProvider = ['$provide', function($provide) { * when an animation is detected (and animations are enabled), $animate will do the heavy lifting * to ensure that animation runs with the triggered DOM operation. * - * By default $animate doesn't trigger an animations. This is because the `ngAnimate` module isn't + * By default $animate doesn't trigger any animations. This is because the `ngAnimate` module isn't * included and only when it is active then the animation hooks that `$animate` triggers will be * functional. Once active then all structural `ng-` directives will trigger animations as they perform * their DOM-related operations (enter, leave and move). Other directives such as `ngClass`,