Skip to content

Commit b573f86

Browse files
Merge pull request #1680 from Tony133/docs/microservice-exception-filters
docs(microservices): fix warning
2 parents fdcf865 + ec39820 commit b573f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/microservices/exception-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class ExceptionFilter {
4545
}
4646
```
4747

48-
> **Warning** You cannot set up global microservice exception filters when using a [hybrid application](/faq/hybrid-application).
48+
> warning **Warning** You cannot set up global microservice exception filters when using a [hybrid application](/faq/hybrid-application).
4949
5050
The following example uses a manually instantiated method-scoped filter. Just as with HTTP based applications, you can also use controller-scoped filters (i.e., prefix the controller class with a `@UseFilters()` decorator).
5151

0 commit comments

Comments
 (0)