Skip to content

Commit d9e825a

Browse files
authored
Update article.md (#600)
Update article.md
2 parents 7069eea + 4e88750 commit d9e825a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ function readUser(json) {
270270
} catch (err) {
271271
*!*
272272
if (err instanceof ValidationError) {
273-
throw new ReadError("Ошибка валидация", err);
273+
throw new ReadError("Ошибка валидации", err);
274274
} else {
275275
throw err;
276276
}

0 commit comments

Comments
 (0)