Skip to content

Commit d781e8f

Browse files
authored
Update json-and-xml-views.rst
corrected the phrase
1 parent 2890c7f commit d781e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/views/json-and-xml-views.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ You can optionally enable the json and/or xml extensions with
2828
any other special format views by using a custom URL ending with the name of the
2929
response type as a file extension such as ``http://example.com/articles.json``.
3030

31-
By default, when not enabling :ref:`file-extensions`, the request, the ``Accept``
32-
header is used for, selecting which type of format should be rendered to the
31+
By default, when not enabling :ref:`file-extensions`, the ``Accept``
32+
header in the request is used for selecting which type of format should be rendered to the
3333
user. An example ``Accept`` format that is used to render ``JSON`` responses is
3434
``application/json``.
3535

0 commit comments

Comments
 (0)