Skip to content

Commit c67ed3e

Browse files
authored
Fix typo
1 parent 9365275 commit c67ed3e

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
@@ -295,7 +295,7 @@ try {
295295
296296
As we can see, that's a `SyntaxError`.
297297
298-
And in our case, the absense of `name` could be treated as a syntax error also, assuming that users must have a `name`.
298+
And in our case, the absence of `name` could be treated as a syntax error also, assuming that users must have a `name`.
299299
300300
So let's throw it:
301301

0 commit comments

Comments
 (0)