Skip to content

Commit 27d17e0

Browse files
authored
Merge pull request #181 from thomasballinger/patch-1
fix typo relay to rely in What's-new
2 parents dd53a02 + 6c14dc6 commit 27d17e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

What's-new-in-TypeScript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ TypeScript adds a new triple-slash-reference directive (`/// <reference lib="nam
330330

331331
Built-in _lib_ files are referenced in the same fashion as the `"lib"` compiler option in _tsconfig.json_ (e.g. use `lib="es2015"` and not `lib="lib.es2015.d.ts"`, etc.).
332332

333-
For declaration file authors who relay on built-in types, e.g. DOM APIs or built-in JS run-time constructors like `Symbol` or `Iterable`, triple-slash-reference lib directives are the recommended. Previously these .d.ts files had to add forward/duplicate declarations of such types.
333+
For declaration file authors who rely on built-in types, e.g. DOM APIs or built-in JS run-time constructors like `Symbol` or `Iterable`, triple-slash-reference lib directives are the recommended. Previously these .d.ts files had to add forward/duplicate declarations of such types.
334334

335335
##### Example
336336

0 commit comments

Comments
 (0)