Skip to content

Commit de25423

Browse files
Typos
1 parent 340ce43 commit de25423

File tree

1 file changed

+3
-3
lines changed
  • 1-js/99-js-misc/01-proxy/01-error-nonexisting

1 file changed

+3
-3
lines changed

1-js/99-js-misc/01-proxy/01-error-nonexisting/task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Error on reading non-existant property
1+
# Error on reading non-existent property
22

3-
Usually, an attempt to read a non-existant property returns `undefined`.
3+
Usually, an attempt to read a non-existent property returns `undefined`.
44

5-
Create a proxy that throws an error for an attempt to read of a non-existant property instead.
5+
Create a proxy that throws an error for an attempt to read of a non-existent property instead.
66

77
That can help to detect programming mistakes early.
88

0 commit comments

Comments
 (0)