Skip to content

Commit b4398f5

Browse files
authored
correct verb tense in doc (#1512)
In this sentence, the subject is the word "using," which acts as a gerund, and not "functions."
1 parent 39e1a5a commit b4398f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-handling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Try-Catch
44

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

88
```js

0 commit comments

Comments
 (0)