Skip to content

Commit c5270f8

Browse files
committedApr 19, 2024·
Fix typo
1 parent c4d6914 commit c5270f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/guides/http/stream-iterator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Bun.serve({
3939
await Bun.sleep(100);
4040
yield "world!";
4141
},
42-
}
42+
},
4343
{ headers: { "Content-Type": "text/plain" } },
4444
);
4545
},

0 commit comments

Comments
 (0)
Please sign in to comment.