Skip to content

Commit 6824706

Browse files
javiereguiluzwouterj
authored andcommitted
Fixed typo
1 parent 95d5f2e commit 6824706

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
@@ -779,7 +779,7 @@ JSON Helper
779779

780780
Returning JSON contents is increasingly popular for API-based applications. For
781781
that reason, the base controller class defines a ``json()`` method which creates
782-
a ``JsonResponse()`` and encodes the given contents automatically::
782+
a ``JsonResponse`` and encodes the given contents automatically::
783783

784784
// ...
785785
public function indexAction()

0 commit comments

Comments
 (0)