diff options
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", { |