aboutsummaryrefslogtreecommitdiff
path: root/docs/nav.ts
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-17 14:07:29 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-17 14:07:36 -0700
commitcfce38858fa7c82e6753384edc0692b082efd9e9 (patch)
treec6dc450f2e3bd6efd1d7c92522568fb568c97d9e /docs/nav.ts
parent540740c129bfc67855b1476247e1391d54989929 (diff)
downloadbun-cfce38858fa7c82e6753384edc0692b082efd9e9.tar.gz
bun-cfce38858fa7c82e6753384edc0692b082efd9e9.tar.zst
bun-cfce38858fa7c82e6753384edc0692b082efd9e9.zip
Fix description for executables page
Diffstat (limited to '')
-rw-r--r--docs/nav.ts2
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`,