From b2f3dbfd43165d9f517b54b4de9395315234f643 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 29 Mar 2023 17:11:46 -0700 Subject: [PATCH] Typo --- 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 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 %}