Skip to content

Commit 40f2ef5

Browse files
longo-andreapasor1
andauthored
Update 1-js/10-error-handling/2-custom-errors/article.md
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
1 parent f7e73c5 commit 40f2ef5

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
@@ -65,7 +65,7 @@ Poniamo attenzione: alla linea `(1)` richiamiamo il construtto genitore. JavaScr
6565

6666
Il genitore imposta anche la proprietà `name` in `"Error"`, quindi nella linea `(2)` re-impostiamo il corretto valore.
6767

68-
Quindi proviamo ad usarlo in `readUser(json)`:
68+
Proviamo ad usarlo in `readUser(json)`:
6969

7070
```js run
7171
class ValidationError extends Error {

0 commit comments

Comments
 (0)