瀏覽代碼

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