Skip to content

Commit 7a3e182

Browse files
fauverismpkozlowski-opensource
authored andcommitted
docs(guide/di): fix typo
1 parent 2471f6b commit 7a3e182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/guide/di.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are only three ways an object or a function can get a hold of its dependen
2424

2525

2626
The first two options of creating or looking up dependencies are not optimal because they hard
27-
code the dependency. This make it difficult, if not impossible, to modify the dependencies.
27+
code the dependency. This makes it difficult, if not impossible, to modify the dependencies.
2828
This is especially problematic in tests, where it is often desirable to provide mock dependencies
2929
for test isolation.
3030

0 commit comments

Comments
 (0)