Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakan committed Aug 7, 2023
1 parent d694e89 commit 285083f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-js/10-error-handling/2-custom-errors/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Error {

Now let's inherit `ValidationError` from it and try it in action:

```js run untrusted
```js run
*!*
class ValidationError extends Error {
*/!*
Expand Down

0 comments on commit 285083f

Please sign in to comment.