Skip to content

Commit ec2feea

Browse files
theniceangelyyx990803
authored andcommitted
chore: typo (#488) [ci skip]
1 parent 810b3a3 commit ec2feea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/errorHandling.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export function handleError(
128128
logError(err, type, contextVNode)
129129
}
130130

131-
// Test-only toggle for testing the uhandled warning behavior
131+
// Test-only toggle for testing the unhandled warning behavior
132132
let forceRecover = false
133133
export function setErrorRecovery(value: boolean) {
134134
forceRecover = value

0 commit comments

Comments
 (0)