aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorradu2013-01-27 17:35:33 -0500
committerIgor Minar2013-01-29 15:46:32 -0800
commit5d0f9ce4c7135014b01970eb6d5e9a254a23b4d0 (patch)
tree065d1a7a6672f4556a6b7547e1a6e5761932010f
parent250aec71f37ce526aef79e4dd5a56e0feb593484 (diff)
downloadangular.js-5d0f9ce4c7135014b01970eb6d5e9a254a23b4d0.tar.bz2
docs(tutorial): fix typo
Update docs/content/tutorial/step_00.ngdoc removed redundant verb
-rw-r--r--docs/content/tutorial/step_00.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc
index e151d9e2..f7e7b15b 100644
--- a/docs/content/tutorial/step_00.ngdoc
+++ b/docs/content/tutorial/step_00.ngdoc
@@ -109,7 +109,7 @@ __`app/index.html`:__
<html ng-app>
- The `ng-app` attribute is represents an Angular directive (named `ngApp`; Angular uses
+ The `ng-app` attribute represents an Angular directive (named `ngApp`; Angular uses
`name-with-dashes` for attribute names and `camelCase` for the corresponding directive name)
used to flag an element which Angular should consider to be the root element of our application.
This gives application developers the freedom to tell Angular if the entire html page or only a