From 4a8d4ea4913b60a44cf3961194f4153e4f69b64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Mon, 12 Jun 2023 03:14:50 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-distributedKVStore.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- .../reference/apis/js-apis-distributedKVStore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-distributedKVStore.md b/zh-cn/application-dev/reference/apis/js-apis-distributedKVStore.md index 00936efd7f..cc13105feb 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-distributedKVStore.md +++ b/zh-cn/application-dev/reference/apis/js-apis-distributedKVStore.md @@ -1316,7 +1316,7 @@ try { console.info(`query is ${query.getSqlLike()}`); query = null; } catch (e) { - console.error(`duplicated calls should be ok.ode is ${e.code},message is ${e.message}`); + console.error(`duplicated calls should be ok.code is ${e.code},message is ${e.message}`); } ``` -- GitLab