docs(tutorial): fix typo

Update docs/content/tutorial/step_00.ngdoc

removed redundant verb
This commit is contained in:
radu 2013-01-27 17:35:33 -05:00 committed by Igor Minar
parent 24a2eec815
commit 85042820fb

View file

@ -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