Skip to content

Commit 8a3a781

Browse files
authored
Update DOM Manipulation.md (#2745)
1 parent 1a3c628 commit 8a3a781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/documentation/copy/en/tutorials/DOM Manipulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Websites are made up of HTML and/or XML documents. These documents are static, t
1616

1717
TypeScript is a typed superset of JavaScript, and it ships type definitions for the DOM API. These definitions are readily available in any default TypeScript project. Of the 20,000+ lines of definitions in _lib.dom.d.ts_, one stands out among the rest: `HTMLElement` . This type is the backbone for DOM manipulation with TypeScript.
1818

19-
> You can explore the source code for the [DOM type definitions](https://github.com/microsoft/TypeScript/blob/main/lib/lib.dom.d.ts)
19+
> You can explore the source code for the [DOM type definitions](https://github.com/microsoft/TypeScript/blob/main/src/lib/dom.generated.d.ts)
2020
2121
## Basic Example
2222

0 commit comments

Comments
 (0)