Skip to content

Commit f2190aa

Browse files
committed
minor #13357 Remove redundant "by default" in autowiring.rst (patrickmaynard)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead (closes #13357). Discussion ---------- Remove redundant "by default" in autowiring.rst Commits ------- 80ed80b Remove redundant "by default" in autowiring.rst
2 parents efc5c2e + 80ed80b commit f2190aa

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
@@ -395,7 +395,7 @@ Additionally, you can define several named autowiring aliases if you want to use
395395
one implementation in some cases, and another implementation in some
396396
other cases.
397397

398-
For instance, you may want to use by default the ``Rot13Transformer``
398+
For instance, you may want to use the ``Rot13Transformer``
399399
implementation by default when the ``TransformerInterface`` interface is
400400
type hinted, but use the ``UppercaseTransformer`` implementation in some
401401
specific cases. To do so, you can create a normal alias from the

0 commit comments

Comments
 (0)