aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nazeel <nazeelash@gmail.com> 2023-09-13 07:24:23 +0530
committerGravatar GitHub <noreply@github.com> 2023-09-12 18:54:23 -0700
commit8d3829114e378f2140629fcc565cdafff929c0b9 (patch)
tree90d777c73a60acf9c02eca0376af4ba033cfebc1
parent5f9c30b717e69982f426cf7586346e613afd1c01 (diff)
downloadbun-8d3829114e378f2140629fcc565cdafff929c0b9.tar.gz
bun-8d3829114e378f2140629fcc565cdafff929c0b9.tar.zst
bun-8d3829114e378f2140629fcc565cdafff929c0b9.zip
Update hot.md (#4990)
-rw-r--r--docs/runtime/hot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/hot.md b/docs/runtime/hot.md
index 07f3f0f66..a8837594f 100644
--- a/docs/runtime/hot.md
+++ b/docs/runtime/hot.md
@@ -117,7 +117,7 @@ serve({
The file above is simply exporting an object with a `fetch` handler defined. When this file is executed, Bun interprets this as an HTTP server and passes the exported object into `Bun.serve`.
-When you save the file, your HTTP server be reloaded with the updated code without the process being restarted. This results in seriously fast refresh speeds.
+When you save the file, your HTTP server will be reloaded with the updated code without the process being restarted. This results in seriously fast refresh speeds.
{% image src="https://user-images.githubusercontent.com/709451/195477632-5fd8a73e-014d-4589-9ba2-e075ad9eb040.gif" alt="Bun vs Nodemon refresh speeds" caption="Bun on the left, Nodemon on the right." /%}