From c5eb0b710c43a2d89d7dd97a8a6690d9fee1b23a Mon Sep 17 00:00:00 2001 From: Ben Nelson Date: Thu, 18 Dec 2014 11:42:25 -0700 Subject: [PATCH] docs(api/index): grammar is important and so should you I changed the word "into" to "within". Original description underneath ngAnimate reads: "Use ngAnimate to enable animation features into your application". I changed the text to read: "Use ngAnimate to enable animation features within your application". The change in wording makes the description read better and gives it a more professional feel. Closes #10517 --- docs/content/api/index.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc index 227c8570..a953c980 100644 --- a/docs/content/api/index.ngdoc +++ b/docs/content/api/index.ngdoc @@ -128,7 +128,7 @@ Use ngRoute to enable URL routing to your application. The ngRoute module suppor ## {@link ngAnimate ngAnimate} -Use ngAnimate to enable animation features into your application. Various core ng directives will provide +Use ngAnimate to enable animation features within your application. Various core ng directives will provide animation hooks into your application when ngAnimate is included. Animations are defined by using CSS transitions/animations or JavaScript callbacks.