Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyxu1102 committed Feb 24, 2023
1 parent 202922b commit a53029a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/__tests__/apiWatch.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ describe('api: watch', () => {
}

const Parent = {
porps: ['a'],
props: ['a'],
setup() {
watch(
() => b.value,
Expand Down

0 comments on commit a53029a

Please sign in to comment.