diff --git a/docs/runtime/hot.md b/docs/runtime/hot.md index 7e3fd3afce..0897ad55cd 100644 --- a/docs/runtime/hot.md +++ b/docs/runtime/hot.md @@ -19,7 +19,7 @@ To run your tests in `--watch` mode: $ bun test --watch ``` -In `--watch` mode, Bun keeps track of all imported files and watches them for changes. When a change is detected, Bun restarts the process, preserving the¸ same set of CLI arguments and environment variables used in the initial run. If Bun crashes, `--watch` will attempt to automatically restart the process. +In `--watch` mode, Bun keeps track of all imported files and watches them for changes. When a change is detected, Bun restarts the process, preserving the same set of CLI arguments and environment variables used in the initial run. If Bun crashes, `--watch` will attempt to automatically restart the process. {% callout %}