Skip to content

Commit 6ea7f5e

Browse files
authored
Update autowiring.rst
1 parent 7b85a18 commit 6ea7f5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service_container/autowiring.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ dealing with the ``TransformerInterface``.
346346
As long as you have only one concrete implementation of an interface under same
347347
namespace, alias is not mandatory and autowire will work injecting the concrete
348348
implementation even without alias definition.
349-
Neverthless is recommended to provide an alias in order to preserve application logic
350-
when a second concrete implementation kicks in, otherwise compiler compilation would
351-
throw an exception.
349+
Neverthless is recommended to provide an alias in order to preserve application
350+
logic when a second concrete implementation kicks in, otherwise compiler compilation
351+
would throw an exception.
352352

353353
Dealing with Multiple Implementations of the Same Type
354354
------------------------------------------------------

0 commit comments

Comments
 (0)