diff --git a/api/@ohos.volumeManager.d.ts b/api/@ohos.volumeManager.d.ts index ec710a259dc64983d3181dac81200214580927ed..d12b057ec48421aa736c88c294245319d44a4b8a 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; }