Merge pull request #1978 from peachesontour/patch-2

Typos
This commit is contained in:
Ilya Kantor 2020-07-18 14:14:46 +03:00 committed by GitHub
commit 86222ff911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
# Error on reading non-existant property # Error on reading non-existent property
Usually, an attempt to read a non-existant property returns `undefined`. Usually, an attempt to read a non-existent property returns `undefined`.
Create a proxy that throws an error for an attempt to read of a non-existant property instead. Create a proxy that throws an error for an attempt to read of a non-existent property instead.
That can help to detect programming mistakes early. That can help to detect programming mistakes early.