aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/hot.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/runtime/hot.md')
-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 7f9931089..25edd6e35 100644
--- a/docs/runtime/hot.md
+++ b/docs/runtime/hot.md
@@ -29,7 +29,7 @@ Instead, Bun uses operating system native filesystem watcher APIs like kqueue or
{% /callout %}
-The following examples show Bun live-reloading as it is edited, with VSCode configured to save the file [on each keystroke](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save).
+The following examples show Bun live-reloading a file as it is edited, with VSCode configured to save the file [on each keystroke](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save).
{% codetabs %}