Skip to content

Commit 269ebde

Browse files
authored
typo absense -> absence
Typo
1 parent 508969c commit 269ebde

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)