8000 docs: improvements · nuxt-hub/core@c092ede · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit c092ede

Browse files
committed
docs: improvements
1 parent 314fd54 commit c092ede

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/content/1.docs/2.storage/3.blob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ Returns a `BlobMultipartUpload`
519519
ensureBlob(file, { maxSize: '1MB', 8000 types: ['image' ]})
520520
```
521521
522-
### Params
522+
#### Params
523523
524524
::field-group
525525
::field{name="file" type="Blob" required}

src/types/blob.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,13 @@ export interface BlobUploadOptions {
170170
*/
171171
multiple?: boolean
172172
/**
173-
* Options used for the ensute() method.
173+
* Options used for the ensure() method.
174+
* @see https://hub.nuxt.com/docs/storage/blob#ensureblob
174175
*/
175176
ensure?: BlobEnsureOptions
176177
/**
177178
* Options used for the put() method.
179+
* @see https://hub.nuxt.com/docs/storage/blob#put
178180
*/
179181
put?: BlobPutOptions
180182
}

0 commit comments

Comments
 (0)
0