Skip to content

Commit

Permalink
docs: fix typo (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhe141 authored Aug 1, 2024
1 parent 9b434eb commit 7e92cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.docs/2.storage/3.blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default eventHandler(async (event) => {

return hubBlob().put(file.name, file, {
addRandomSuffix: false,
prefix 'images'
prefix: 'images'
})
})
```
Expand Down

0 comments on commit 7e92cce

Please sign in to comment.