Skip to content

Commit febda29

Browse files
authored
Apply suggestion from @posva
1 parent 175c55a commit febda29

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
@@ -73,7 +73,7 @@ Once the picture is uploaded, you can use the `url` reactive variable. For examp
7373

7474
## Downloading Files
7575

76-
To get the download URL for a file, use the `useStorageFileUrl()` composable. This is useful if you only need to display a file:
76+
To get the download URL for a file, use the `useStorageFileUrl()` composable. This is useful if you **only** need to display a file:
7777

7878
```vue{3,11}
7979
<script setup lang="ts">

0 commit comments

Comments
 (0)