diff --git a/src/ngAnimate/module.js b/src/ngAnimate/module.js index c726adf9efe1..a6bae77add3c 100644 --- a/src/ngAnimate/module.js +++ b/src/ngAnimate/module.js @@ -72,7 +72,7 @@ * opacity:0; * } * - * /* The starting CSS styles for the enter animation */ + * /* The finishing CSS styles for the enter animation */ * .fade.ng-enter.ng-enter-active { * opacity:1; * }