Skip to content

Commit 0f32eef

Browse files
committed
bug #6322 [DependencyInjection] fix autowiring docs (eXtreme)
This PR was merged into the 2.8 branch. Discussion ---------- [DependencyInjection] fix autowiring docs Remove "paamayim nekudotayim" breaking configuration blocks in DI autowiring docs. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.8, 3.0 | Fixed tickets | n/a Commits ------- bcba4f4 Remove "paamayim nekudotayim" breaking configuration blocks in DI autowiring docs
2 parents 28082dc + bcba4f4 commit 0f32eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)