Skip to content

Commit 7267abd

Browse files
authored
Update article.md
Adds missing comma on line 24
1 parent 53b35c1 commit 7267abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/06-fetch-api/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let promise = fetch(url, {
2121
// depending on the request body
2222
"Content-Type": "text/plain;charset=UTF-8"
2323
},
24-
body: undefined // string, FormData, Blob, BufferSource, or URLSearchParams
24+
body: undefined, // string, FormData, Blob, BufferSource, or URLSearchParams
2525
referrer: "about:client", // or "" to send no Referer header,
2626
// or an url from the current origin
2727
referrerPolicy: "no-referrer-when-downgrade", // no-referrer, origin, same-origin...

0 commit comments

Comments
 (0)