Skip to content

Commit c6311c0

Browse files
nicoschoenmakerxabbuh
authored andcommitted
Fixed typo
1 parent 818928c commit c6311c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/autowiring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Working with Interfaces
268268
-----------------------
269269

270270
You might also find yourself type-hinting abstractions (e.g. interfaces) instead
271-
of concreate classes as it makes it easy to replace your dependencies with other
271+
of concrete classes as it makes it easy to replace your dependencies with other
272272
objects.
273273

274274
To follow this best practice, suppose you decide to create a ``TransformerInterface``::

0 commit comments

Comments
 (0)