]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#11535) [ci skip]
authorsq800 <63217984+sq800@users.noreply.github.com>
Wed, 7 Aug 2024 02:57:39 +0000 (10:57 +0800)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2024 02:57:39 +0000 (10:57 +0800)
packages/reactivity/src/baseHandlers.ts

index 943f329571c1c21a52f79a1ec4c4fe4f261b6f09..b0292f62a037d803392f696e9fab0eb82d5ab28f 100644 (file)
@@ -115,7 +115,7 @@ class BaseReactiveHandler implements ProxyHandler<Target> {
               : reactiveMap
           ).get(target) ||
         // receiver is not the reactive proxy, but has the same prototype
-        // this means the reciever is a user proxy of the reactive proxy
+        // this means the receiver is a user proxy of the reactive proxy
         Object.getPrototypeOf(target) === Object.getPrototypeOf(receiver)
       ) {
         return target