Skip to content

Commit a22c2a3

Browse files
authored
Merge pull request #459 from Vizantiyec/patch-1
typo absense -> absence
2 parents cbfddca + 269ebde commit a22c2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ try {
243243
}
244244
```
245245
246-
Here `JSON.parse` runs normally, but the absense of `"name"` is actually an error for us.
246+
Here `JSON.parse` runs normally, but the absence of `"name"` is actually an error for us.
247247
248248
To unify error handling, we'll use `throw` operator.
249249

0 commit comments

Comments
 (0)