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 c5ff4b426..dfc9ee0d2 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -180,8 +180,8 @@ export default { page("project/configuration", "Configuration", { description: `Bun's runtime is configurable with environment variables and the bunfig.toml config file.`, }), - page("project/profiling", "Profiling", { - description: `Bun is designed for performance. Learn how to benchmark and profile Bun yourself.`, + page("project/benchmarking", "Benchmarking", { + description: `Bun is designed for performance. Learn how to benchmark Bun yourself.`, }), page("project/developing", "Development", { description: "Learn how to contribute to Bun and get your local development environment up and running.", |