]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: typo (#1113)
authorJackliu <jackliulovelt@outlook.com>
Mon, 4 May 2020 08:30:24 +0000 (16:30 +0800)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 08:30:24 +0000 (10:30 +0200)
packages/reactivity/src/reactive.ts

index a08a55c2c59e85d4c8a3e3d177a2a0285d4ceca1..dc3aa61f25440962f1f61efc3b7626a66c6debbb 100644 (file)
@@ -111,7 +111,7 @@ function createReactiveObject(
     return target
   }
   // target is already a Proxy, return it.
-  // excpetion: calling readonly() on a reactive object
+  // exception: calling readonly() on a reactive object
   if (target.__v_raw && !(isReadonly && target.__v_isReactive)) {
     return target
   }