Skip to content

Commit 006b1e2

Browse files
committed
fixed markup
1 parent 1f43dbf commit 006b1e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/part04.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To support this feature, we are going to use the Symfony2 Routing component.
5757
As always, add it to ``composer.json`` and run the ``php composer.phar
5858
update`` command to install it:
5959

60-
.. code-block:: json
60+
.. code-block:: javascript
6161
6262
{
6363
"require": {

book/part12.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ front controller? As you might expect, there is a solution. We can solve all
9292
these issues and some more by using the Symfony2 dependency injection
9393
container:
9494

95-
.. code-block:: json
95+
.. code-block:: javascript
9696
9797
{
9898
"require": {

0 commit comments

Comments
 (0)