Skip to content

Commit

Permalink
docs: fix missing comma in example (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
rawatnaresh committed Aug 10, 2022
1 parent 2880238 commit 6f72caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -400,7 +400,7 @@ console.log(response.headers.raw()['set-cookie']);
### Post data using a file

```js
import fetch {
import fetch, {
Blob,
blobFrom,
blobFromSync,
Expand Down

0 comments on commit 6f72caa

Please sign in to comment.