We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbfddca + 269ebde commit a22c2a3Copy full SHA for a22c2a3
1 file changed
1-js/08-error-handling/1-try-catch/article.md
@@ -243,7 +243,7 @@ try {
243
}
244
```
245
246
-Here `JSON.parse` runs normally, but the absense of `"name"` is actually an error for us.
+Here `JSON.parse` runs normally, but the absence of `"name"` is actually an error for us.
247
248
To unify error handling, we'll use `throw` operator.
249
0 commit comments