From 02fcac5e043be050d36379bc75e358835b39b555 Mon Sep 17 00:00:00 2001 From: jerryfan Date: Wed, 26 Mar 2014 13:02:06 -0700 Subject: [PATCH] docs(tutorial/step_12): fix grammar --- docs/content/tutorial/step_12.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc index 10e0a8fe..19a2390f 100644 --- a/docs/content/tutorial/step_12.ngdoc +++ b/docs/content/tutorial/step_12.ngdoc @@ -75,7 +75,7 @@ well as the `angular-animate.js` file. The animation module, known as {@link api defined within `angular-animate.js` and contains the code necessary to make your application become animation aware. -Here's what needs to changed in the index file: +Here's what needs to be changed in the index file: __`app/index.html`.__