Skip to content

Commit

Permalink
fix(docs): correct usage of getThumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
ymilhahn authored Jun 10, 2022
1 parent 60b8373 commit eb1b399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/usage/useDirectusFiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ Directus will generate the image with the given [`parameters`](https://github.co
<script setup lang="ts">
const fileId = "5e47b7e6-fd78-400c-821f-0dca4a176f4f";
const { getThumbnail: img } = useDirectus();
const { getThumbnail: img } = useDirectusFiles();
</script>
```

0 comments on commit eb1b399

Please sign in to comment.