diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc index 2eb8125f6975..2c5619707704 100644 --- a/docs/content/api/index.ngdoc +++ b/docs/content/api/index.ngdoc @@ -148,7 +148,7 @@ or JavaScript callbacks. {@link ngAnimate CSS-based animations} - Follow ngAnimate’s CSS naming structure to reference CSS transitions / keyframe animations in AngularJS. Once defined the animation can be triggered by referencing the CSS class within the HTML template code. + Follow ngAnimate’s CSS naming structure to reference CSS transitions / keyframe animations in AngularJS. Once defined, the animation can be triggered by referencing the CSS class within the HTML template code. @@ -156,7 +156,7 @@ or JavaScript callbacks. {@link ngAnimate JS-based animations} - Use {@link angular.Module#animation module.animation()} to register a JavaScript animation. Once registered the animation can be triggered by referencing the CSS class within the HTML template code. + Use {@link angular.Module#animation module.animation()} to register a JavaScript animation. Once registered, the animation can be triggered by referencing the CSS class within the HTML template code.