diff --git a/packages/typescriptlang-org/src/copy/en/index2.ts b/packages/typescriptlang-org/src/copy/en/index2.ts index a6f2eb981eb5..c5ed1049ddff 100644 --- a/packages/typescriptlang-org/src/copy/en/index2.ts +++ b/packages/typescriptlang-org/src/copy/en/index2.ts @@ -28,7 +28,7 @@ export const indexCopy = { index_2_what_is_js_copy: `TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor.`, index_2_trust: "A Result You Can Trust", - index_2_trust_copy: `TypeScript code converts to JavaScript, which runs anywhere JavaScript runs: In a browser, on Node.js or Deno and in your apps.`, + index_2_trust_copy: `TypeScript code converts to JavaScript, which runs anywhere JavaScript runs: In a browser, on Node.js, Deno, Bun and in your apps.`, index_2_scale: "Safety at Scale", index_2_scale_copy: `TypeScript understands JavaScript and uses type inference to give you great tooling without additional code.`,