diff options
author | 2023-03-29 17:27:13 -0700 | |
---|---|---|
committer | 2023-03-29 17:27:13 -0700 | |
commit | b0e08533608def8dfc4674de03835d951b6626d2 (patch) | |
tree | 6991186e887460834130f91c050202bfdc84a0b1 | |
parent | f16995910a838379f70e14af353f3327c0d14b4b (diff) | |
download | bun-b0e08533608def8dfc4674de03835d951b6626d2.tar.gz bun-b0e08533608def8dfc4674de03835d951b6626d2.tar.zst bun-b0e08533608def8dfc4674de03835d951b6626d2.zip |
Update vscode auto save mention
-rw-r--r-- | docs/runtime/hot.md | 2 |
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 %} |