diff options
Diffstat (limited to '')
-rw-r--r-- | docs/nav.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index 4b3a67ec0..4f12507f4 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -175,7 +175,7 @@ export default { description: `Implement custom loaders and module resolution logic with Bun's plugin system.`, }), page("bundler/executables", "Executables", { - description: "Compile a TypeScript or JavaScript file to a standalone cross-platform executable", + description: "Compile a TypeScript or JavaScript file to a standalone executable", }), page("bundler/macros", "Macros", { description: `Run JavaScript functions at bundle-time and inline the results into your bundle`, |