Skip to content

Commit ddedbba

Browse files
committed
Fix a typo in the first example
1 parent 392dad0 commit ddedbba

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
@@ -28,7 +28,7 @@ const encoder = new Encoder(fd)
2828
const options = {
2929
method: "post",
3030

31-
// Set request headers provided the Encoder.
31+
// Set request headers provided by the Encoder.
3232
// The `headers` property has `Content-Type` and `Content-Length` headers.
3333
headers: encoder.headers,
3434

0 commit comments

Comments
 (0)