File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ var $AnimateProvider = ['$provide', function($provide) {
285285 * when an animation is detected (and animations are enabled), $animate will do the heavy lifting
286286 * to ensure that animation runs with the triggered DOM operation.
287287 *
288- * By default $animate doesn't trigger an animations. This is because the `ngAnimate` module isn't
288+ * By default $animate doesn't trigger any animations. This is because the `ngAnimate` module isn't
289289 * included and only when it is active then the animation hooks that `$animate` triggers will be
290290 * functional. Once active then all structural `ng-` directives will trigger animations as they perform
291291 * their DOM-related operations (enter, leave and move). Other directives such as `ngClass`,
You can’t perform that action at this time.
0 commit comments