aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorradu2013-01-27 17:35:33 -0500
committerIgor Minar2013-01-29 15:47:43 -0800
commit85042820fbd7da6a906983a12eb02b0aee6defb7 (patch)
tree590889afb5d403733938396ef2d11d7e531c9afb
parent24a2eec815f7bed7adb07f72727aaf14ee54d89f (diff)
downloadangular.js-85042820fbd7da6a906983a12eb02b0aee6defb7.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