We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88e082 commit f66d421Copy full SHA for f66d421
1-js/10-error-handling/2-custom-errors/article.md
@@ -23,7 +23,7 @@ Our function `readUser(json)` will not only read JSON, but check ("validate") th
23
24
Our `ValidationError` class should inherit from the built-in `Error` class.
25
26
-That class is built-in, here's it approximate code, for us to understand what we're extending:
+That class is built-in, but here's its approximate code so we can understand what we're extending:
27
28
```js
29
// The "pseudocode" for the built-in Error class defined by JavaScript itself
0 commit comments