We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175c55a commit febda29Copy full SHA for febda29
docs/guide/storage.md
@@ -73,7 +73,7 @@ Once the picture is uploaded, you can use the `url` reactive variable. For examp
73
74
## Downloading Files
75
76
-To get the download URL for a file, use the `useStorageFileUrl()` composable. This is useful if you only need to display a file:
+To get the download URL for a file, use the `useStorageFileUrl()` composable. This is useful if you **only** need to display a file:
77
78
```vue{3,11}
79
<script setup lang="ts">
0 commit comments