diff --git a/docs/runtime/hot.md b/docs/runtime/hot.md index 7f99310895..25edd6e355 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 %}