diff options
author | 2023-08-17 14:07:29 -0700 | |
---|---|---|
committer | 2023-08-17 14:07:36 -0700 | |
commit | cfce38858fa7c82e6753384edc0692b082efd9e9 (patch) | |
tree | c6dc450f2e3bd6efd1d7c92522568fb568c97d9e /docs | |
parent | 540740c129bfc67855b1476247e1391d54989929 (diff) | |
download | bun-cfce38858fa7c82e6753384edc0692b082efd9e9.tar.gz bun-cfce38858fa7c82e6753384edc0692b082efd9e9.tar.zst bun-cfce38858fa7c82e6753384edc0692b082efd9e9.zip |
Fix description for executables page
Diffstat (limited to 'docs')
-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`, |