Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8504282

Browse files
matasaruIgorMinar
authored andcommitted
docs(tutorial): fix typo
Update docs/content/tutorial/step_00.ngdoc removed redundant verb
1 parent 24a2eec commit 8504282

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)