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

Commit aa35b24

Browse files
gorbizNarretz
authored andcommitted
docs(ngAnimate): remove extraneous "then"
To improve readability Closes #12634
1 parent 1cc9c9c commit aa35b24

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
@@ -20,7 +20,7 @@
2020
* @description
2121
*
2222
* The `ngAnimate` module provides support for CSS-based animations (keyframes and transitions) as well as JavaScript-based animations via
23-
* callback hooks. Animations are not enabled by default, however, by including `ngAnimate` then the animation hooks are enabled for an Angular app.
23+
* callback hooks. Animations are not enabled by default, however, by including `ngAnimate` the animation hooks are enabled for an Angular app.
2424
*
2525
* <div doc-module-components="ngAnimate"></div>
2626
*

0 commit comments

Comments
 (0)