Skip to content

Commit 075266e

Browse files
authored
Update article.md
1 parent cd2c7ce commit 075266e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/99-js-misc/01-proxy/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ In most cases we can do the same without `Reflect`, for instance, reading a prop
662662

663663
### Proxying a getter
664664

665-
Let's see an example that demonstrates why `Reflect.get` is better. And we'll also see why `get/set` have the fourth argument `receiver`, that we didn't use before.
665+
Let's see an example that demonstrates why `Reflect.get` is better. And we'll also see why `get/set` have the third argument `receiver`, that we didn't use before.
666666

667667
We have an object `user` with `_name` property and a getter for it.
668668

0 commit comments

Comments
 (0)