Skip to content

Commit b2f86ae

Browse files
benightedBrady Isom
authored and
Brady Isom
committed
docs(guide/di): fix typo
Fixed a typo. "depenendencies" -> "dependencies" Closes angular#7232
1 parent 228b094 commit b2f86ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/di.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ someModule.factory('greeter', ['$window', function(renamed$window) {
207207
```
208208

209209
Here, instead of simply providing the factory function, we pass an array, whose elements consist of
210-
a list of strings (the names of the depenendencies) followed by the function itself.
210+
a list of strings (the names of the dependencies) followed by the function itself.
211211

212212
Keep in mind that all of the annotation styles are equivalent and can be used anywhere in Angular
213213
where injection is supported.

0 commit comments

Comments
 (0)