Skip to content

Commit 35335db

Browse files
committed
Fix a typo in 3rd example.
1 parent ddedbba commit 35335db

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
@@ -70,7 +70,7 @@ await fetch("https://httpbin.org/post", options)
7070
3. Because the Encoder is async iterable, you can use it with different targets. Let's say you want to put FormData content into `Blob`, for that you can write a function like this:
7171

7272
```js
73-
import {randomType} from "crypto"
73+
import {randomBytes} from "crypto"
7474

7575
import {FormData} from "formdata-polyfill/esm-min.js"
7676
import {blobFrom} from "fetch-blob/from.js"

0 commit comments

Comments
 (0)