Skip to content

Commit 6f72caa

Browse files
authored
docs: fix missing comma in example (#1623)
1 parent 2880238 commit 6f72caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ console.log(response.headers.raw()['set-cookie']);
400400
### Post data using a file
401401

402402
```js
403-
import fetch {
403+
import fetch, {
404404
Blob,
405405
blobFrom,
406406
blobFromSync,

0 commit comments

Comments
 (0)