Skip to content

Commit 8aa429d

Browse files
javiereguiluzwouterj
authored andcommitted
Syntax issue
1 parent f1441b2 commit 8aa429d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ a ``JsonResponse`` and encodes the given contents automatically::
791791
// return $this->json($data, $status = 200, $headers = array(), $context = array());
792792
}
793793

794-
If the :doc:`serializer service </cookbook/serializer>`_ is enabled in your
794+
If the :doc:`serializer service </cookbook/serializer>` is enabled in your
795795
application, contents passed to ``json()`` are encoded with it. Otherwise,
796796
the :phpfunction:`json_encode()` function is used.
797797

0 commit comments

Comments
 (0)