From b0e08533608def8dfc4674de03835d951b6626d2 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 29 Mar 2023 17:27:13 -0700 Subject: [PATCH] Update vscode auto save mention --- docs/runtime/hot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}