Skip to content

Commit 5d0f9ce

Browse files
matasaruIgorMinar
authored andcommitted
docs(tutorial): fix typo
Update docs/content/tutorial/step_00.ngdoc removed redundant verb
1 parent 250aec7 commit 5d0f9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_00.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ __`app/index.html`:__
109109

110110
<html ng-app>
111111

112-
The `ng-app` attribute is represents an Angular directive (named `ngApp`; Angular uses
112+
The `ng-app` attribute represents an Angular directive (named `ngApp`; Angular uses
113113
`name-with-dashes` for attribute names and `camelCase` for the corresponding directive name)
114114
used to flag an element which Angular should consider to be the root element of our application.
115115
This gives application developers the freedom to tell Angular if the entire html page or only a

0 commit comments

Comments
 (0)