Skip to content

Commit f48daaa

Browse files
committed
docs: fix section titles
1 parent 2f36904 commit f48daaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/incoming/incomingrequest.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ The second and third parameters match up to the ``depth`` and ``options`` argume
116116
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

119-
Get Specific Data from JSON
120-
===========================
119+
Getting Specific Data from JSON
120+
===============================
121121

122122
You can get a specific piece of data from a JSON stream by passing a variable name into ``getVar()`` for the
123123
data that you want or you can use "dot" notation to dig into the JSON to get data that is not on the root level.
@@ -132,7 +132,7 @@ correct ``CONTENT_TYPE`` header.
132132

133133
.. note:: See the documentation for :php:func:`dot_array_search()` in the ``Array`` helper for more information on "dot" notation.
134134

135-
Retrieving Raw data (PUT, PATCH, DELETE)
135+
Retrieving Raw Data (PUT, PATCH, DELETE)
136136
========================================
137137

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

0 commit comments

Comments
 (0)