From fafee0e468f3c3e7476f66b720cd049e0c33b69e Mon Sep 17 00:00:00 2001 From: Larry Ng Date: Sat, 29 Feb 2020 23:30:04 -0500 Subject: [PATCH] Fix typo. --- 1-js/99-js-misc/01-proxy/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/99-js-misc/01-proxy/article.md b/1-js/99-js-misc/01-proxy/article.md index e775ed18..ae06a580 100644 --- a/1-js/99-js-misc/01-proxy/article.md +++ b/1-js/99-js-misc/01-proxy/article.md @@ -455,7 +455,7 @@ Such properties have their own issues though. In particular, they are not inheri ## "In range" with "has" trap -Let's see more examples.ar +Let's see more examples. We have a range object: