Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Apr 19, 2024
1 parent c4d6914 commit c5270f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/http/stream-iterator.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Bun.serve({
await Bun.sleep(100);
yield "world!";
},
}
},
{ headers: { "Content-Type": "text/plain" } },
);
},
Expand Down

0 comments on commit c5270f8

Please sign in to comment.