From cea6502fa1e3dd348fa5b56e952636ad04fd5ad2 Mon Sep 17 00:00:00 2001 From: Joseph Date: Sun, 3 Nov 2024 18:13:33 +0530 Subject: [PATCH] Included Bun Added new javascript runtime : Bun --- packages/typescriptlang-org/src/copy/en/index2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.`,