Skip to content

Commit e6e1d26

Browse files
authored
Fixed typo in comments (#1356)
1 parent 1b61696 commit e6e1d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solid/src/render/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function enableHydration() {
1717

1818
/**
1919
* A general `Component` has no implicit `children` prop. If desired, you can
20-
* specify one as in `Component<{name: String, children: JSX.Element>}`.
20+
* specify one as in `Component<{name: String, children: JSX.Element}>`.
2121
*/
2222
export type Component<P = {}> = (props: P) => JSX.Element;
2323

0 commit comments

Comments
 (0)