diff --git a/src/ngAnimate/module.js b/src/ngAnimate/module.js index 2558087be939..5ef86c24be5e 100644 --- a/src/ngAnimate/module.js +++ b/src/ngAnimate/module.js @@ -20,7 +20,7 @@ * @description * * The `ngAnimate` module provides support for CSS-based animations (keyframes and transitions) as well as JavaScript-based animations via - * callback hooks. Animations are not enabled by default, however, by including `ngAnimate` then the animation hooks are enabled for an Angular app. + * callback hooks. Animations are not enabled by default, however, by including `ngAnimate` the animation hooks are enabled for an Angular app. * *
*