mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-16 18:39:51 +08:00
docs(guide/di): fix typo
This commit is contained in:
committed by
Pawel Kozlowski
parent
220f0dbcf1
commit
ded42c7431
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user