We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250aec7 commit 5d0f9ceCopy full SHA for 5d0f9ce
docs/content/tutorial/step_00.ngdoc
@@ -109,7 +109,7 @@ __`app/index.html`:__
109
110
<html ng-app>
111
112
- 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
113
`name-with-dashes` for attribute names and `camelCase` for the corresponding directive name)
114
used to flag an element which Angular should consider to be the root element of our application.
115
This gives application developers the freedom to tell Angular if the entire html page or only a
0 commit comments