We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a499d12 commit bcba4f4Copy full SHA for bcba4f4
components/dependency_injection/autowiring.rst
@@ -191,7 +191,7 @@ And update ``TwitterClient`` to depend of this new interface::
191
}
192
193
Finally the service definition must be updated because, obviously, the autowiring
194
-subsystem isn't able to find itself the interface implementation to register::
+subsystem isn't able to find itself the interface implementation to register:
195
196
.. configuration-block::
197
@@ -314,7 +314,7 @@ transformer::
314
315
316
The last step is to update service definitions to register this new implementation
317
-and a Twitter client using it::
+and a Twitter client using it:
318
319
320
0 commit comments