Skip to content

Commit 5cfe237

Browse files
docs(exception-filters) update codelang in block
1 parent 7847c05 commit 5cfe237

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
@@ -352,7 +352,7 @@ export class AllExceptionsFilter implements ExceptionFilter {
352352

353353
##### Catch-Anything Example
354354

355-
```
355+
```typescript
356356
// wrong
357357
app.useGlobalFilters(new MySpecificFilter(), new CatchAllFilter())
358358
// right

0 commit comments

Comments
 (0)