Skip to content

Commit 09b292b

Browse files
Merge pull request #2593 from leshnevskyi-exoft/patch-1
docs(exception-filters): fix grammar
2 parents 47d2fec + c85c9ab commit 09b292b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/exception-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Out of the box, this action is performed by a built-in **global exception filter
1515
}
1616
```
1717

18-
> info **Hint** The global exception filter partially supports the `http-errors` library. Basically, any thrown exception containing the `statusCode` and `message` property will be properly populated and send back as a response (instead of the default `InternalServerErrorException` for unrecognized exceptions).
18+
> info **Hint** The global exception filter partially supports the `http-errors` library. Basically, any thrown exception containing the `statusCode` and `message` properties will be properly populated and sent back as a response (instead of the default `InternalServerErrorException` for unrecognized exceptions).
1919
2020
#### Throwing standard exceptions
2121

0 commit comments

Comments
 (0)