Skip to content

Commit 5fc8cd7

Browse files
committed
Fix typo causing a Sphinx warning
1 parent 9be1bce commit 5fc8cd7

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

user_guide_src/source/general/ajax.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ Fetch API
1414
fetch(url, {
1515
method: "get",
1616
headers: {
17-
"Content-Type": "application/json",
18-
"X-Requested-With": "XMLHttpRequest"
19-
}
17+
18+
"Content-Type": "application/json",
19+
20+
"X-Requested-With": "XMLHttpRequest"
21+
22+
}
23+
24+
});
2025

2126

2227
jQuery

0 commit comments

Comments
 (0)