Skip to content

Commit

Permalink
correct verb tense in doc (#1512)
Browse files Browse the repository at this point in the history
In this sentence, the subject is the word "using," which acts as a gerund, and not "functions."
  • Loading branch information
matanshavit committed Oct 29, 2020
1 parent 39e1a5a commit b4398f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Try-Catch

Using async functions mean that you can try-catch `next`.
Using async functions means that you can try-catch `next`.
This example adds a `.status` to all errors:

```js
Expand Down

0 comments on commit b4398f5

Please sign in to comment.