Skip to content

Commit 3708e9b

Browse files
Update dependency-injection.md
1 parent be69f9e commit 3708e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blacksheep/docs/dependency-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ In the example above, the name of the properties must match the type names
759759
simply because `DependencyInjectorConnector` is obtaining `providers` by exact
760760
type names. We could easily follow the convention of using **snake_case** or
761761
a more robust approach of obtaining providers by types by changing the
762-
connector's logic. Expand the sections below to show different examples.
762+
connector's logic.
763763

764764
The connector can resolve types for controllers' `__init__` methods:
765765

0 commit comments

Comments
 (0)