Skip to content

Commit 140233c

Browse files
authored
fix(part3): Fix grammar in error handler comment in Part 3c
Updated comment to fix grammar issue in error handling in middleware.
1 parent c4fe79e commit 140233c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/3/en/part3c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ const errorHandler = (error, request, response, next) => {
828828
// ...
829829
}
830830

831-
// handler of requests with result to errors
831+
// handler of requests that result in errors
832832
app.use(errorHandler)
833833
```
834834

0 commit comments

Comments
 (0)