Skip to content

Commit ce4a7f9

Browse files
authored
docs: typo in web.md (microsoft#2029)
1 parent 3d62c14 commit ce4a7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/readmes/web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This module contains the DOM types for the majority of the web APIs used in a we
44

55
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.
66

7-
`@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.
7+
`@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.
88

99
## Installation
1010

0 commit comments

Comments
 (0)