From e8c68bcb9090460ae9b7dbb32990ca6a4d02c349 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Mon, 5 Dec 2022 16:46:42 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- .../reference/errorcodes/errorcode-resource-manager.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/errorcodes/errorcode-resource-manager.md b/en/application-dev/reference/errorcodes/errorcode-resource-manager.md index cb6852a1f2..55bdbcc0fd 100644 --- a/en/application-dev/reference/errorcodes/errorcode-resource-manager.md +++ b/en/application-dev/reference/errorcodes/errorcode-resource-manager.md @@ -26,7 +26,7 @@ The resource not found by resId. **Description** -This error code is reported if the specified resource ID meets the type requirement but the no resource is found based on the resource ID. +This error code is reported if the specified resource ID meets the type requirement but no resource is found based on the resource ID. **Possible Causes** @@ -64,7 +64,7 @@ The resource not found by resName. **Description** -This error code is reported if the specified resource ID meets the type requirement but the no resource is found based on the resource ID. +This error code is reported if the specified resource ID meets the type requirement but no resource is found based on the resource ID. **Possible Causes** -- GitLab