Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Nov 7, 2014
1 parent 9678b61 commit e56c272
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions book/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The route is simple:

.. configuration-block::

.. code-block:: php-annotation
.. code-block:: php-annotations
// src/AppBundle/Controller/BlogController.php
namespace AppBundle\Controller;
Expand Down Expand Up @@ -213,7 +213,7 @@ A basic route consists of just two parts: the ``path`` to match and a

.. configuration-block::

.. code-block:: php-annotation
.. code-block:: php-annotations
// src/AppBundle/Controller/MainController.php
Expand Down Expand Up @@ -280,7 +280,7 @@ routes will contain one or more named "wildcard" placeholders:

.. configuration-block::

.. code-block:: php-annotation
.. code-block:: php-annotations
// src/AppBundle/Controller/BlogController.php
Expand Down Expand Up @@ -348,7 +348,7 @@ the available blog posts for this imaginary blog application:

.. configuration-block::

.. code-block:: php-annotation
.. code-block:: php-annotations
// src/AppBundle/Controller/BlogController.php
Expand Down Expand Up @@ -932,7 +932,7 @@ routing system can be:

.. configuration-block::

.. code-block:: php-annotation
.. code-block:: php-annotations
// src/AppBundle/Controller/ArticleController.php
Expand Down

0 comments on commit e56c272

Please sign in to comment.