Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 2d40507

Browse files
RaghavRameshgkalpak
authored andcommittedOct 6, 2015
docs($animate): fixed typo ("an animations" -> "any animations")
Closes #13020
1 parent ecf9304 commit 2d40507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ng/animate.js

+1-1
Original file line numberDiff line numberDiff 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`,

0 commit comments

Comments
 (0)
This repository has been archived.