You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/release notes/TypeScript 2.3.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ TypeScript 2.3 adds support for declaring defaults for generic type parameters.
112
112
113
113
##### Example
114
114
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:
0 commit comments