We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e73c5 commit 40f2ef5Copy full SHA for 40f2ef5
1-js/10-error-handling/2-custom-errors/article.md
@@ -65,7 +65,7 @@ Poniamo attenzione: alla linea `(1)` richiamiamo il construtto genitore. JavaScr
65
66
Il genitore imposta anche la proprietà `name` in `"Error"`, quindi nella linea `(2)` re-impostiamo il corretto valore.
67
68
-Quindi proviamo ad usarlo in `readUser(json)`:
+Proviamo ad usarlo in `readUser(json)`:
69
70
```js run
71
class ValidationError extends Error {
0 commit comments