Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ded42c7

Browse files
fauverismpkozlowski-opensource
authored andcommitted
docs(guide/di): fix typo
1 parent 220f0db commit ded42c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)