From 7a8b39c03d1ea976881de49312b363b0f6a90dee Mon Sep 17 00:00:00 2001 From: liusaimei Date: Fri, 21 Jul 2023 08:14:19 +0800 Subject: [PATCH] modify errorcode-datashare Signed-off-by: liusaimei --- .../application-dev/reference/errorcodes/errorcode-datashare.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-datashare.md b/zh-cn/application-dev/reference/errorcodes/errorcode-datashare.md index 0ee6c2f59d..0e03f9d3a9 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-datashare.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-datashare.md @@ -24,7 +24,7 @@ The DataShareHelper is not initialized successfully. 1. 咨询DataShare服务端提供者,获取正确的uri路径。 2. DataShare仅支持Stage模型,检查context是否为Stage模型的context。 -3. 检查客户端是否在后台拉起,是否配置后台拉起权限 +3. 检查客户端是否在后台拉起,是否配置后台拉起权限。 ## 15700011 添加/删除模板异常 -- GitLab