Skip to content

Commit c95f7c7

Browse files
committed
minor #8287 Fixed typo (nicoschoenmaker)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #8287). Discussion ---------- Fixed typo concreate -> concrete. Commits ------- c6311c0 Fixed typo
2 parents 818928c + c6311c0 commit c95f7c7

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)