Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit 2be5ac6

Browse files
committed
docs(ngAnimate): fix typo ("an the" --> "an")
Fixes angular#15194
1 parent 26a6a9b commit 2be5ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngAnimate/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* ## CSS-based Animations
3838
*
3939
* 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
40-
* and CSS code we can create an animation that will be picked up by Angular when an the underlying directive performs an operation.
40+
* and CSS code we can create an animation that will be picked up by Angular when an underlying directive performs an operation.
4141
*
4242
* The example below shows how an `enter` animation can be made possible on an element using `ng-if`:
4343
*

0 commit comments

Comments
 (0)