Skip to content

Commit 8726c5b

Browse files
committed
docs: decrate text
1 parent 39e42c1 commit 8726c5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/incoming/incomingrequest.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ arrays, pass in ``true`` as the first parameter.
113113
The second and third parameters match up to the ``depth`` and ``options`` arguments of the
114114
`json_decode <https://www.php.net/manual/en/function.json-decode.php>`_ PHP function.
115115

116-
If the incoming request has a ``CONTENT_TYPE`` header set to "application/json", you can also use ``getVar()`` to get
116+
If the incoming request has a ``CONTENT_TYPE`` header set to ``application/json``, you can also use ``getVar()`` to get
117117
the JSON stream. Using ``getVar()`` in this way will always return an object.
118118

119119
Getting Specific Data from JSON
@@ -135,7 +135,7 @@ correct ``CONTENT_TYPE`` header.
135135
Retrieving Raw Data (PUT, PATCH, DELETE)
136136
========================================
137137

138-
Finally, you can grab the contents of php://input as a raw stream with ``getRawInput()``:
138+
Finally, you can grab the contents of ``php://input`` as a raw stream with ``getRawInput()``:
139139

140140
.. literalinclude:: incomingrequest/012.php
141141

0 commit comments

Comments
 (0)