Skip to content

Commit e5e89d2

Browse files
authored
Included Bun (#3267)
1 parent e6e9e24 commit e5e89d2

File tree

1 file changed

+1
-1
lines changed
  • packages/typescriptlang-org/src/copy/en

1 file changed

+1
-1
lines changed

packages/typescriptlang-org/src/copy/en/index2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const indexCopy = {
2828

2929
index_2_what_is_js_copy: `TypeScript adds additional syntax to JavaScript to support a <strong>tighter integration with your editor</strong>. Catch errors early in your editor.`,
3030
index_2_trust: "A Result You Can Trust",
31-
index_2_trust_copy: `TypeScript code converts to JavaScript, which <strong>runs anywhere JavaScript runs</strong>: In a browser, on Node.js or Deno and in your apps.`,
31+
index_2_trust_copy: `TypeScript code converts to JavaScript, which <strong>runs anywhere JavaScript runs</strong>: In a browser, on Node.js, Deno, Bun and in your apps.`,
3232
index_2_scale: "Safety at Scale",
3333
index_2_scale_copy: `TypeScript understands JavaScript and uses <strong>type inference to give you great tooling</strong> without additional code.`,
3434

0 commit comments

Comments
 (0)