Skip to content

Commit 956be1b

Browse files
authored
Merge pull request javascript-tutorial#868 from odykyi/patch-1
Update article.md
2 parents 69c7491 + 8998389 commit 956be1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/10-error-handling/1-try-catch/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ try {
1515

1616
// code...
1717

18-
} catch (err)] {
18+
} catch (err) {
1919

2020
// error handling
2121

0 commit comments

Comments
 (0)