Skip to content

Commit 80ed80b

Browse files
patrickmaynardjaviereguiluz
authored andcommitted
Remove redundant "by default" in autowiring.rst
1 parent efc5c2e commit 80ed80b

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)