Skip to content

Commit

Permalink
docs(guide/di): fix typo
Browse files Browse the repository at this point in the history
Fixed a typo. "depenendencies" -> "dependencies"

Closes angular#7232
  • Loading branch information
benighted authored and caitp committed Apr 24, 2014
1 parent e19dbc7 commit 737ef25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/di.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ someModule.factory('greeter', ['$window', function(renamed$window) {
```

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

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

0 comments on commit 737ef25

Please sign in to comment.