Skip to content

Commit 285083f

Browse files
committed
minor fixes
1 parent d694e89 commit 285083f

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Error {
3838

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

41-
```js run untrusted
41+
```js run
4242
*!*
4343
class ValidationError extends Error {
4444
*/!*

0 commit comments

Comments
 (0)