From 6b0d4fa9c28b475226542272380a1b924f8f1274 Mon Sep 17 00:00:00 2001 From: Christoph Wagner Date: Wed, 5 Aug 2020 04:04:10 +0000 Subject: [PATCH 1/2] Fixed typo --- packages/typescriptlang-org/src/copy/en/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typescriptlang-org/src/copy/en/index.ts b/packages/typescriptlang-org/src/copy/en/index.ts index 52f0a280fc32..a89de89a373b 100644 --- a/packages/typescriptlang-org/src/copy/en/index.ts +++ b/packages/typescriptlang-org/src/copy/en/index.ts @@ -38,7 +38,7 @@ export const indexCopy = { index_dts: "Types On Every Desk", index_dts_copy: ` -

Most of the worlds JavaScript’s is un-typed, and inference can only go so far. To address this, the TypeScript team helps maintain

Definitely Typed
- a community project to provide types and inline documentation to existing JavaScript. +

Most of the worlds JavaScript is un-typed, and inference can only go so far. To address this, the TypeScript team helps maintain

Definitely Typed
- a community project to provide types and inline documentation to existing JavaScript.

This project allows the community to maintain type definitions for JavaScript libraries without putting extra pressure on their maintainers.

`, From edc3ba6602b20dc431c2668339d5fa7d01396e30 Mon Sep 17 00:00:00 2001 From: Christoph Wagner Date: Wed, 5 Aug 2020 06:37:48 +0000 Subject: [PATCH 2/2] Update packages/typescriptlang-org/src/copy/en/index.ts Co-authored-by: Daniel Rosenwasser --- packages/typescriptlang-org/src/copy/en/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typescriptlang-org/src/copy/en/index.ts b/packages/typescriptlang-org/src/copy/en/index.ts index a89de89a373b..9f6ebd634028 100644 --- a/packages/typescriptlang-org/src/copy/en/index.ts +++ b/packages/typescriptlang-org/src/copy/en/index.ts @@ -38,7 +38,7 @@ export const indexCopy = { index_dts: "Types On Every Desk", index_dts_copy: ` -

Most of the worlds JavaScript is un-typed, and inference can only go so far. To address this, the TypeScript team helps maintain

Definitely Typed
- a community project to provide types and inline documentation to existing JavaScript. +

Most of the world's JavaScript is un-typed, and inference can only go so far. To address this, the TypeScript team helps maintain

Definitely Typed
- a community project to provide types and inline documentation to existing JavaScript.

This project allows the community to maintain type definitions for JavaScript libraries without putting extra pressure on their maintainers.

`,