Skip to content
Permalink
Browse files

docs(ngAnimate): fix typo ("an the" --> "an")

Fixes #15194
  • Loading branch information
gkalpak committed Sep 30, 2016
1 parent 26a6a9b commit 2be5ac631b0bfa945a2867a555112f1c0db96e45
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ngAnimate/module.js
@@ -37,7 +37,7 @@
* ## CSS-based Animations
*
* CSS-based animations with ngAnimate are unique since they require no JavaScript code at all. By using a CSS class that we reference between our HTML
* and CSS code we can create an animation that will be picked up by Angular when an the underlying directive performs an operation.
* and CSS code we can create an animation that will be picked up by Angular when an underlying directive performs an operation.
*
* The example below shows how an `enter` animation can be made possible on an element using `ng-if`:
*

0 comments on commit 2be5ac6

Please sign in to comment.
You can’t perform that action at this time.