We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55780ee commit 798c170Copy full SHA for 798c170
platform-includes/getting-started-use/javascript.nestjs.mdx
@@ -96,4 +96,4 @@ export class ExampleExceptionFilter extends BaseExceptionFilter {
96
```
97
98
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.
+`HttpException`s also are not captured by default because they mostly act as control flow vehicles.
0 commit comments