Skip to content

Commit a53029a

Browse files
committed
fix: typo
1 parent 202922b commit a53029a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/__tests__/apiWatch.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ describe('api: watch', () => {
602602
}
603603

604604
const Parent = {
605-
porps: ['a'],
605+
props: ['a'],
606606
setup() {
607607
watch(
608608
() => b.value,

0 commit comments

Comments
 (0)