Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7e6f1b

Browse files
gjvcIgorMinar
authored andcommitted
docs(tutorial): fix grammar
Closes angular#5909
1 parent 5b9ff6c commit d7e6f1b

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
@@ -104,7 +104,7 @@ __`app/index.html`:__
104104

105105
The `ng-app` attribute represents an Angular directive named `ngApp` (Angular uses
106106
`name-with-dashes` for its custom attributes and `camelCase` for the corresponding directives
107-
that implements them).
107+
which implement them).
108108
This directive is used to flag the html element that Angular should consider to be the root element
109109
of our application.
110110
This gives application developers the freedom to tell Angular if the entire html page or only a

0 commit comments

Comments
 (0)