We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d5f2e commit 6824706Copy full SHA for 6824706
book/controller.rst
@@ -779,7 +779,7 @@ JSON Helper
779
780
Returning JSON contents is increasingly popular for API-based applications. For
781
that reason, the base controller class defines a ``json()`` method which creates
782
-a ``JsonResponse()`` and encodes the given contents automatically::
+a ``JsonResponse`` and encodes the given contents automatically::
783
784
// ...
785
public function indexAction()
0 commit comments