Skip to content

Commit 798c170

Browse files
author
Luca Forstner
committed
meh
1 parent 55780ee commit 798c170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/getting-started-use/javascript.nestjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ export class ExampleExceptionFilter extends BaseExceptionFilter {
9696
```
9797

9898
By default, only unhandled exceptions that are not caught by an error filter are reported to Sentry.
99-
Errors that are a `HttpException` also are not captured by default because they mostly act as control flow vehicles.
99+
`HttpException`s also are not captured by default because they mostly act as control flow vehicles.

0 commit comments

Comments
 (0)