mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 23:50:23 +00:00
docs(guide/di): fix typo
This commit is contained in:
parent
220f0dbcf1
commit
ded42c7431
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ There are only three ways an object or a function can get a hold of its dependen
|
|||
|
||||
|
||||
The first two options of creating or looking up dependencies are not optimal because they hard
|
||||
code the dependency. This make it difficult, if not impossible, to modify the dependencies.
|
||||
code the dependency. This makes it difficult, if not impossible, to modify the dependencies.
|
||||
This is especially problematic in tests, where it is often desirable to provide mock dependencies
|
||||
for test isolation.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue