From 24c048ef1fb7d017c4c994e796655291cf40867b Mon Sep 17 00:00:00 2001 From: Daniel Rentz Date: Wed, 28 May 2025 09:45:55 +0200 Subject: [PATCH] docs: typo in web.md --- deploy/readmes/web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/readmes/web.md b/deploy/readmes/web.md index aecefaf6a..abf0e19ae 100644 --- a/deploy/readmes/web.md +++ b/deploy/readmes/web.md @@ -4,7 +4,7 @@ This module contains the DOM types for the majority of the web APIs used in a we The APIs inside `@types/web` are [generated from](https://github.com/microsoft/TypeScript-DOM-lib-generator/) the specifications for CSS, HTML and JavaScript. Given the size and state of constant change in web browsers, `@types/web` only has APIs which have passed a certain level of standardization and are available in at least two of the most popular browser engines. -`@types/web` is also included inside TypeScript, available as `dom` in the [`lib`](https://www.typescriptlang.org/tsconfig#lib) section and included in projects by default. By using `@types/web` you can lock your the web APIs used in your projects, easing the process of updating TypeScript and offering more control in your environment. +`@types/web` is also included inside TypeScript, available as `dom` in the [`lib`](https://www.typescriptlang.org/tsconfig#lib) section and included in projects by default. By using `@types/web` you can lock the web APIs used in your projects, easing the process of updating TypeScript and offering more control in your environment. ## Installation