From da412bbfa23b6e02dc33331891c6d4aee2bb7242 Mon Sep 17 00:00:00 2001 From: Carolyn Wu <87150472+cw118@users.noreply.github.com> Date: Tue, 1 Mar 2022 13:47:30 -0500 Subject: Markdown fixes part 1 (fr/web/a*) (#4316) * Fix MD038, no spaces inside code span elements * Fix MD037, no spaces inside emphasis markers * Fix MD039, no spaces inside link text * Missed link text fix in API file * Various typo fixes --- files/fr/web/api/xmlhttprequest/send/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/fr/web/api/xmlhttprequest/send') diff --git a/files/fr/web/api/xmlhttprequest/send/index.md b/files/fr/web/api/xmlhttprequest/send/index.md index 6f6d138a8f..1261f8a9b3 100644 --- a/files/fr/web/api/xmlhttprequest/send/index.md +++ b/files/fr/web/api/xmlhttprequest/send/index.md @@ -34,7 +34,7 @@ Si aucun "header"{{HTTPHeader("Accept")}} n'a été paramétré dans {{domxref(" - : Le corps des données à envoyer dans la requête XHR. Cela peut être : - Un {{domxref("Document")}}, dans quel cas il est sérialisé avant d'être envoyé. - - Un `XMLHttpRequestBodyInit` , dont le which [standard ](https://fetch.spec.whatwg.org/#bodyinit)[Fetch](https://fetch.spec.whatwg.org/#bodyinit) peut être un  {{domxref("Blob")}}, {{domxref("BufferSource")}}, {{domxref("FormData")}}, {{domxref("URLSearchParams")}}, ou un objet  {{domxref("USVString")}} . + - Un `XMLHttpRequestBodyInit` qui, selon [la spécification `Fetch` (en anglais)](https://fetch.spec.whatwg.org/#typedefdef-xmlhttprequestbodyinit), peut être un [`Blob`](/fr/docs/Web/API/Blob), [`BufferSource`](/fr/docs/Web/API/BufferSource), [`FormData`](/fr/docs/Web/API/FormData), [`URLSearchParams`](/fr/docs/Web/API/URLSearchParams) ou un objet [`USVString`](/fr/docs/Web/API/USVString). - `null` Si la valeur du corps n'est pas spécifiée, la valeur par défaut `null` est employée. -- cgit v1.2.3-54-g00ecf