Skip to content

Commit bcba4f4

Browse files
committed
Remove "paamayim nekudotayim" breaking configuration blocks in DI autowiring docs
1 parent a499d12 commit bcba4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: components/dependency_injection/autowiring.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ And update ``TwitterClient`` to depend of this new interface::
191191
}
192192

193193
Finally the service definition must be updated because, obviously, the autowiring
194-
subsystem isn't able to find itself the interface implementation to register::
194+
subsystem isn't able to find itself the interface implementation to register:
195195

196196
.. configuration-block::
197197

@@ -314,7 +314,7 @@ transformer::
314314
}
315315

316316
The last step is to update service definitions to register this new implementation
317-
and a Twitter client using it::
317+
and a Twitter client using it:
318318

319319
.. configuration-block::
320320

0 commit comments

Comments
 (0)