diff --git a/components/dependency_injection/autowiring.rst b/components/dependency_injection/autowiring.rst
index b2707a33411..7a2b7e83d53 100644
--- a/components/dependency_injection/autowiring.rst
+++ b/components/dependency_injection/autowiring.rst
@@ -1,8 +1,8 @@
.. index::
single: DependencyInjection; Autowiring
-Defining Services Dependencies Automatically
-============================================
+Defining Services Dependencies Automatically (Autowiring)
+=========================================================
.. versionadded:: 2.8
Support for autowiring services was introduced in Symfony 2.8.
@@ -76,7 +76,7 @@ service is marked as autowired:
-
+
.. code-block:: php
@@ -218,7 +218,7 @@ subsystem isn't able to find itself the interface implementation to register::
-
+
.. code-block:: php
@@ -356,7 +356,7 @@ and a Twitter client using it::
-
+
.. code-block:: php