Skip to content

Commit 139548e

Browse files
authored
chore: fix typo (#11535) [ci skip]
1 parent 8a99f90 commit 139548e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity/src/baseHandlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class BaseReactiveHandler implements ProxyHandler<Target> {
115115
: reactiveMap
116116
).get(target) ||
117117
// receiver is not the reactive proxy, but has the same prototype
118-
// this means the reciever is a user proxy of the reactive proxy
118+
// this means the receiver is a user proxy of the reactive proxy
119119
Object.getPrototypeOf(target) === Object.getPrototypeOf(receiver)
120120
) {
121121
return target

0 commit comments

Comments
 (0)