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

Commit 05f3bce

Browse files
gkalpakpetebacondarwin
authored andcommitted
docs(ngAnimate): fix typo ("an the" --> "an")
Fixes #15194
1 parent 879c72a commit 05f3bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngAnimate/module.js

+1-1
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)