Skip to content

Commit fba8458

Browse files
authored
Merge pull request #1439 from paroche/patch-61
Update article.md
2 parents 1505248 + f66d421 commit fba8458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/10-error-handling/2-custom-errors/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Our function `readUser(json)` will not only read JSON, but check ("validate") th
2323

2424
Our `ValidationError` class should inherit from the built-in `Error` class.
2525

26-
That class is built-in, here's it approximate code, for us to understand what we're extending:
26+
That class is built-in, but here's its approximate code so we can understand what we're extending:
2727

2828
```js
2929
// The "pseudocode" for the built-in Error class defined by JavaScript itself

0 commit comments

Comments
 (0)