Skip to content

Commit e56c272

Browse files
committed
Fixed error
1 parent 9678b61 commit e56c272

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

book/routing.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The route is simple:
3434

3535
.. configuration-block::
3636

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

214214
.. configuration-block::
215215

216-
.. code-block:: php-annotation
216+
.. code-block:: php-annotations
217217
218218
// src/AppBundle/Controller/MainController.php
219219
@@ -280,7 +280,7 @@ routes will contain one or more named "wildcard" placeholders:
280280

281281
.. configuration-block::
282282

283-
.. code-block:: php-annotation
283+
.. code-block:: php-annotations
284284
285285
// src/AppBundle/Controller/BlogController.php
286286
@@ -348,7 +348,7 @@ the available blog posts for this imaginary blog application:
348348

349349
.. configuration-block::
350350

351-
.. code-block:: php-annotation
351+
.. code-block:: php-annotations
352352
353353
// src/AppBundle/Controller/BlogController.php
354354
@@ -932,7 +932,7 @@ routing system can be:
932932

933933
.. configuration-block::
934934

935-
.. code-block:: php-annotation
935+
.. code-block:: php-annotations
936936
937937
// src/AppBundle/Controller/ArticleController.php
938938

0 commit comments

Comments
 (0)