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

Commit f95bc42

Browse files
committed
docs(ngAnimate): fix typo
Closes #12521
1 parent 9080d2c commit f95bc42

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
@@ -53,7 +53,7 @@
5353
* 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
5454
* and CSS code we can create an animation that will be picked up by Angular when an the underlying directive performs an operation.
5555
*
56-
* The example below shows how an `enter` animation can be made possible on a element using `ng-if`:
56+
* The example below shows how an `enter` animation can be made possible on an element using `ng-if`:
5757
*
5858
* ```html
5959
* <div ng-if="bool" class="fade">

0 commit comments

Comments
 (0)