Skip to content

Commit 3f5f98d

Browse files
authored
chore(compiler-core): fix typo in defineComponent.test-d (#4688)
1 parent c5c5384 commit 3f5f98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-dts/defineComponent.test-d.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ describe('with object props', () => {
9090
ff: Function as PropType<(a: number, b: string) => { a: boolean }>,
9191
// explicit type casting with constructor
9292
ccc: Array as () => string[],
93-
// required + contructor type casting
93+
// required + constructor type casting
9494
ddd: {
9595
type: Array as () => string[],
9696
required: true

0 commit comments

Comments
 (0)