Skip to content

Commit 9dd5aa4

Browse files
authored
Merge pull request microsoft#756 from weswigham/master
Fix typo
2 parents f7d74ed + 318d2a5 commit 9dd5aa4

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)