From: sq800 <63217984+sq800@users.noreply.github.com> Date: Wed, 7 Aug 2024 02:57:39 +0000 (+0800) Subject: chore: fix typo (#11535) [ci skip] X-Git-Tag: v3.4.37~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=139548e0e07ee281079ef8aabbfd8077a548476f;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo (#11535) [ci skip] --- diff --git a/packages/reactivity/src/baseHandlers.ts b/packages/reactivity/src/baseHandlers.ts index 943f329571..b0292f62a0 100644 --- a/packages/reactivity/src/baseHandlers.ts +++ b/packages/reactivity/src/baseHandlers.ts @@ -115,7 +115,7 @@ class BaseReactiveHandler implements ProxyHandler { : 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