From 34bf57569eab40f8a765b4a79f4dd93f71001874 Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 8 Nov 2024 09:15:59 +0800 Subject: [PATCH] Update http-error-handling.md --- docs/en/framework/ui/angular/http-error-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/framework/ui/angular/http-error-handling.md b/docs/en/framework/ui/angular/http-error-handling.md index e165ac7125..14d4589c97 100644 --- a/docs/en/framework/ui/angular/http-error-handling.md +++ b/docs/en/framework/ui/angular/http-error-handling.md @@ -27,7 +27,7 @@ export class AppModule {} ``` - `ErrorScreenErrorCodes` the error codes that you can pass to `skipHandledErrorCodes` and `forWhichErrors`. -- `skipHandledErrorCodes` the error codes those you don't want to handle it. +- `skipHandledErrorCodes` the error codes those you don't want to handle. - `errorScreen` the screen that you want to show when a route error occurs. - `component` component that you want to show. - `forWhichErrors` same as `ErrorScreenErrorCodes`