Skip to content

Commit 2f9807c

Browse files
Merge pull request #2219 from abadire/exception-filters-typo
docs(exception-filters): fix typo
2 parents 2a319c1 + 090c234 commit 2f9807c

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
@@ -358,7 +358,7 @@ The above implementation is just a shell demonstrating the approach. Your implem
358358

359359
Global filters **can** extend the base filter. This can be done in either of two ways.
360360

361-
The first method is to inject the `HttpServer` reference when instantiating the custom global filter:
361+
The first method is to inject the `HttpAdapter` reference when instantiating the custom global filter:
362362

363363
```typescript
364364
async function bootstrap() {

0 commit comments

Comments
 (0)