Skip to content

Commit 0daaab0

Browse files
olslashIgorMinar
authored andcommitted
docs(tutorial): update step7 ngdoc to fix grammar
This line was missing an 'as' Previous: We also have to add the modules dependencies of our app. By listing these two modules as dependencies of `phonecatApp`, ... New: We also have to add the modules *as* dependencies of our app. Closes angular#8345
1 parent f684c21 commit 0daaab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_07.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ moved the controllers into their own module `phonecatControllers` (as shown belo
202202

203203
We added `angular-route.js` to `index.html` and created a new `phonecatControllers` module in
204204
`controllers.js`. That's not all we need to do to be able to use their code, however. We also have
205-
to add the modules dependencies of our app. By listing these two modules as dependencies of
205+
to add the modules as dependencies of our app. By listing these two modules as dependencies of
206206
`phonecatApp`, we can use the directives and services they provide.
207207

208208

0 commit comments

Comments
 (0)