Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 318d2a5

Browse files
authored
Fix typo
1 parent f7d74ed commit 318d2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/release notes/TypeScript 2.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ app.C = class { };
377377

378378
# Per-file JSX factories
379379

380-
TypeScript 2.8 adds support for a per-file configurable JSX factory name using `@jsx dom` paragma.
380+
TypeScript 2.8 adds support for a per-file configurable JSX factory name using `@jsx dom` pragma.
381381
JSX factory can be configured for a compilation using `--jsxFactory` (default is `React.createElement`). With TypeScript 2.8 you can override this on a per-file-basis by adding a comment to the beginning of the file.
382382

383383
##### Example

0 commit comments

Comments
 (0)