8000 Merge branch '5.0' · symfony/symfony-docs@155bc6e · GitHub
[go: up one dir, main page]

Skip to content

Commit 155bc6e

Browse files
committed
Merge branch '5.0'
* 5.0: Remove redundant "by default" in autowiring.rst
2 parents 44dd7c2 + 7ecdba0 commit 155bc6e

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

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

0 commit comments

Comments
 (0)
0