Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyxu1102 committed Oct 19, 2023
1 parent be7eba3 commit f1f3ff2
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 @@ -601,7 +601,7 @@ describe('api: watch', () => {
}

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

0 comments on commit f1f3ff2

Please sign in to comment.