Skip to content

Commit 91b17f3

Browse files
authored
Update article.md
'allow to' -> 'allow us to' optional comma
1 parent a88e082 commit 91b17f3

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
@@ -668,4 +668,4 @@ We can also generate our own errors using the `throw` operator. Technically, the
668668
669669
*Rethrowing* is a very important pattern of error handling: a `catch` block usually expects and knows how to handle the particular error type, so it should rethrow errors it doesn't know.
670670
671-
Even if we don't have `try..catch`, most environments allow to setup a "global" error handler to catch errors that "fall out". In-browser that's `window.onerror`.
671+
Even if we don't have `try..catch`, most environments allow us to setup a "global" error handler to catch errors that "fall out". In-browser, that's `window.onerror`.

0 commit comments

Comments
 (0)