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

Commit 2c34596

Browse files
demoivepkozlowski-opensource
authored andcommitted
docs(guide): minor grammatical change
1 parent 59c29e3 commit 2c34596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/di.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There are only three ways how an object or a function can get a hold of its depe
2323
3. The dependency can be passed in to where it is needed.
2424

2525

26-
The first two option of creating or looking up dependencies are not optimal, because they hard
26+
The first two options of creating or looking up dependencies are not optimal, because they hard
2727
code the dependency, making 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.

0 commit comments

Comments
 (0)