Skip to content

Commit 517e112

Browse files
authored
Merge pull request microsoft#587 from perlun/patch-1
Fixed typo
2 parents 49b8333 + 6296e34 commit 517e112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/release notes/TypeScript 2.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ TypeScript 2.3 adds support for declaring defaults for generic type parameters.
112112

113113
##### Example
114114

115-
Consider a function that creates a new `HTMLElement`, calling it with no arguments generats an `Div`; you can optionally pass a list of children as well. Previously you would have to define it as:
115+
Consider a function that creates a new `HTMLElement`, calling it with no arguments generates a `Div`; you can optionally pass a list of children as well. Previously you would have to define it as:
116116

117117
```ts
118118
declare function create(): Container<HTMLDivElement, HTMLDivElement[]>;

0 commit comments

Comments
 (0)