diff --git a/zh-cn/application-dev/file-management/app-fs-space-statistics.md b/zh-cn/application-dev/file-management/app-fs-space-statistics.md index abf59f277bea29c68ba83979ad9fe61d0cd55b69..a3d585ff4010b55373980ea22f88a755e036dfb5 100644 --- a/zh-cn/application-dev/file-management/app-fs-space-statistics.md +++ b/zh-cn/application-dev/file-management/app-fs-space-statistics.md @@ -10,7 +10,7 @@ API的详细介绍请参见[ohos.file.statvfs](../reference/apis/js-apis-file-st | 模块 | 接口名 | 功能 | | -------- | -------- | -------- | -| \@ohos.file.storageStatistic | getCurrentBundleStats | 获取当前应用的存储空间大小(单位为Byte)。 | +| \@ohos.file.storageStatistics | getCurrentBundleStats | 获取当前应用的存储空间大小(单位为Byte)。 | | \@ohos.file.statvfs | getFreeSize | 获取指定文件系统的剩余空间大小(单位为Byte)。 | | \@ohos.file.statvfs | getTotalSize | 获取指定文件系统的总空间大小(单位为Byte)。 |