Skip to content

Commit 8903d02

Browse files
authored
Apply suggestion from @posva
1 parent febda29 commit 8903d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const {
9292

9393
## File metadata
9494

95-
To access the file metadata, use the `useStorageFileMetadata()` composable. You can use the `update()` function to keep the metadata and reactive variable up to date:
95+
To **only** access the file metadata, use the `useStorageFileMetadata()` composable. You can use the `update()` function to keep the metadata and reactive variable up to date:
9696

9797
```vue{3,13}
9898
<script setup lang="ts">

0 commit comments

Comments
 (0)