فهرست منبع

chore: typo (#488) [ci skip]

JiZhi 6 سال پیش
والد
کامیت
ec2feeafad
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/runtime-core/src/errorHandling.ts

+ 1 - 1
packages/runtime-core/src/errorHandling.ts

@@ -128,7 +128,7 @@ export function handleError(
   logError(err, type, contextVNode)
 }
 
-// Test-only toggle for testing the uhandled warning behavior
+// Test-only toggle for testing the unhandled warning behavior
 let forceRecover = false
 export function setErrorRecovery(value: boolean) {
   forceRecover = value