diff options
author | 2023-03-28 23:26:43 -0700 | |
---|---|---|
committer | 2023-03-28 23:26:43 -0700 | |
commit | f0def8c77072869f3ce6bc081651ff4d8c97f66a (patch) | |
tree | 4543f85b8025dec52fd77e8cfe622574893c2da3 /docs/nav.ts | |
parent | 786475ff58e0726100f6d48c7b12b9e559e22b82 (diff) | |
download | bun-f0def8c77072869f3ce6bc081651ff4d8c97f66a.tar.gz bun-f0def8c77072869f3ce6bc081651ff4d8c97f66a.tar.zst bun-f0def8c77072869f3ce6bc081651ff4d8c97f66a.zip |
Add doc on watch mode (#2502)
* Add doc on watch mode
* Update hot.md
* Update hot.md
* More words
* Update hot.md
* Update hot.md
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index fc8b45f84..5412e858a 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -78,8 +78,8 @@ export default { page("runtime/modules", "Module resolution", { description: `Bun uses ESM and implements an extended version of the Node.js module resolution algorithm.`, }), - page("runtime/hot", "Hot reloading", { - description: `Reload a running application without restarting the Bun process.`, + page("runtime/hot", "Watch mode", { + description: `Reload your application & tests automatically.`, }), // page("runtime/loaders", "Loaders"), page("runtime/plugins", "Plugins", { |