From e8d285415ca4d04825c8c4a9b7057d7802c1346a 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:37:29 +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 4e851eff7d56aa6875df8b510d79256f908e7151 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:55:04 +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