From e82736b2ad16779109f3433834923af0022441b1 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Wed, 14 Jun 2023 02:15:33 +0000 Subject: [PATCH] update en/application-dev/file-management/app-fs-space-statistics.md. Signed-off-by: Annie_wang Signed-off-by: Annie_wang --- en/application-dev/file-management/app-fs-space-statistics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/file-management/app-fs-space-statistics.md b/en/application-dev/file-management/app-fs-space-statistics.md index 6854af8c85..9596834a5b 100644 --- a/en/application-dev/file-management/app-fs-space-statistics.md +++ b/en/application-dev/file-management/app-fs-space-statistics.md @@ -10,7 +10,7 @@ For details about the APIs, see [ohos.file.statvfs](../reference/apis/js-apis-fi | Module| API| Description| | -------- | -------- | -------- | -| \@ohos.file.storageStatistic | getCurrentBundleStats | Obtains the storage space of the current application, in bytes.| +| \@ohos.file.storageStatistics | getCurrentBundleStats | Obtains the storage space of the current application, in bytes.| | \@ohos.file.statvfs | getFreeSize | Obtains the free space of a file system, in bytes.| | \@ohos.file.statvfs | getTotalSize | Obtains the total space of a file system, in bytes.| -- GitLab