aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial
diff options
context:
space:
mode:
authorGeorge Cox2014-01-21 11:46:17 +0000
committerIgor Minar2014-01-21 16:43:52 -0800
commitd7e6f1b192419195c288eed206d6b81c96847cc4 (patch)
treec730fcf2611cdba0c39885f4781f50d3f28fbc0f /docs/content/tutorial
parent5b9ff6cf48d15eaf1a93748271e80bd7051889eb (diff)
downloadangular.js-d7e6f1b192419195c288eed206d6b81c96847cc4.tar.bz2
docs(tutorial): fix grammar
Closes #5909
Diffstat (limited to 'docs/content/tutorial')
-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 86230ea9..85e85377 100644
--- a/docs/content/tutorial/step_00.ngdoc
+++ b/docs/content/tutorial/step_00.ngdoc
@@ -104,7 +104,7 @@ __`app/index.html`:__
The `ng-app` attribute represents an Angular directive named `ngApp` (Angular uses
`name-with-dashes` for its custom attributes and `camelCase` for the corresponding directives
- that implements them).
+ which implement them).
This directive is used to flag the html element that 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