Skip to content

Commit

Permalink
docs: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 27, 2024
1 parent 314fd54 commit c092ede
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 @@ -519,7 +519,7 @@ Returns a `BlobMultipartUpload`
ensureBlob(file, { maxSize: '1MB', types: ['image' ]})
```
### Params
#### Params
::field-group
::field{name="file" type="Blob" required}
Expand Down
4 changes: 3 additions & 1 deletion src/types/blob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,13 @@ export interface BlobUploadOptions {
*/
multiple?: boolean
/**
* Options used for the ensute() method.
* Options used for the ensure() method.
* @see https://hub.nuxt.com/docs/storage/blob#ensureblob
*/
ensure?: BlobEnsureOptions
/**
* Options used for the put() method.
* @see https://hub.nuxt.com/docs/storage/blob#put
*/
put?: BlobPutOptions
}
Expand Down

0 comments on commit c092ede

Please sign in to comment.