From 77086435bb1d653f9700c7a88e4ac8b6b7defd4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=87=E8=BF=AA?= Date: Thu, 17 Mar 2022 11:41:21 +0800 Subject: [PATCH 1/2] fix spelling mistake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张文迪 --- api/@ohos.volumeManager.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.volumeManager.d.ts b/api/@ohos.volumeManager.d.ts index ec710a259d..a90d09ae41 100644 --- a/api/@ohos.volumeManager.d.ts +++ b/api/@ohos.volumeManager.d.ts @@ -34,7 +34,7 @@ declare namespace volumeManager { id: string; uuid: string; description: string; - removeAble: boolean; + removAble: boolean; state: number; path: string; } -- Gitee From b1734c6f9f00dce5cc8f54e63b1e9460a84b0a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=87=E8=BF=AA?= Date: Thu, 17 Mar 2022 14:54:00 +0800 Subject: [PATCH 2/2] spell revise MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张文迪 --- api/@ohos.volumeManager.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.volumeManager.d.ts b/api/@ohos.volumeManager.d.ts index a90d09ae41..d12b057ec4 100644 --- a/api/@ohos.volumeManager.d.ts +++ b/api/@ohos.volumeManager.d.ts @@ -34,7 +34,7 @@ declare namespace volumeManager { id: string; uuid: string; description: string; - removAble: boolean; + removable: boolean; state: number; path: string; } -- Gitee