From 5a5e6b6dc532239634c8cd3115da7c422909a12a Mon Sep 17 00:00:00 2001 From: OsamaElkorashy <46675528+OsamaElkorashy@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:54:12 +0300 Subject: [PATCH 1/2] Update HTTP-Error-Handling.md `skipHandledErrorCodes` the error codes those you don't want to handle it. the 'it' is redundant here it should be `skipHandledErrorCodes` the error codes those you don't want to handle. --- docs/en/UI/Angular/HTTP-Error-Handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Angular/HTTP-Error-Handling.md b/docs/en/UI/Angular/HTTP-Error-Handling.md index 8b4077fb53e..f2b37466571 100644 --- a/docs/en/UI/Angular/HTTP-Error-Handling.md +++ b/docs/en/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` From 34bf57569eab40f8a765b4a79f4dd93f71001874 Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 8 Nov 2024 09:15:59 +0800 Subject: [PATCH 2/2] 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 e165ac71250..14d4589c971 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`