Skip to content

Commit

Permalink
Merge pull request #8135 from kenjis/docs-fix-ajax
Browse files Browse the repository at this point in the history
docs: fix incorrect sample code in ajax.rst
  • Loading branch information
kenjis authored Nov 5, 2023
2 parents 3266127 + 66dbcf1 commit 45ee333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/general/ajax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Fetch API
.. code-block:: javascript
fetch(url, {
method: "get",
method: "POST",
headers: {
"Content-Type": "application/json",
"X-Requested-With": "XMLHttpRequest"
Expand Down

0 comments on commit 45ee333

Please sign in to comment.