Skip to content

Commit

Permalink
Fix typo in http.md (#13793)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyJJK authored Sep 8, 2024
1 parent 50d2f76 commit 09cbb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Bun.serve({
// serve static text
"/": new Response("Hello World"),

// server a file by buffering it in memory
// serve a file by buffering it in memory
"/index.html": new Response(await Bun.file("./index.html").bytes(), {
headers: {
"Content-Type": "text/html",
Expand Down

0 comments on commit 09cbb51

Please sign in to comment.