Skip to content

Commit 9a9ebcc

Browse files
committed
docs: decorate method names with '``'
1 parent e1085c8 commit 9a9ebcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/concepts/http.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ is an object-oriented representation of the HTTP request. It provides everything
9898
$request->getMethod(); // get, post, put, etc
9999

100100
The request class does a lot of work in the background for you, that you never need to worry about.
101-
The `isAJAX()` and `isSecure()` methods check several different methods to determine the correct answer.
101+
The ``isAJAX()`` and ``isSecure()`` methods check several different methods to determine the correct answer.
102102

103103
.. note:: The ``isAJAX()`` method depends on the ``X-Requested-With`` header, which in some cases is not sent by default in XHR requests via JavaScript (i.e., fetch). See the :doc:`AJAX Requests </general/ajax>` section on how to avoid this problem.
104104

0 commit comments

Comments
 (0)