Skip to content

Commit 88928fd

Browse files
authored
chore: update docs (#159)
1 parent 8cfd95f commit 88928fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/packages/StorageFileApi.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ export default class StorageFileApi {
148148
}
149149

150150
/**
151-
* Upload a file with a token generated from `createUploadSignedUrl`.
151+
* Upload a file with a token generated from `createSignedUploadUrl`.
152152
* @param path The file path, including the file name. Should be of the format `folder/subfolder/filename.png`. The bucket must already exist before attempting to upload.
153-
* @param token The token generated from `createUploadSignedUrl`
153+
* @param token The token generated from `createSignedUploadUrl`
154154
* @param fileBody The body of the file to be stored in the bucket.
155155
*/
156156
async uploadToSignedUrl(
@@ -212,7 +212,7 @@ export default class StorageFileApi {
212212

213213
/**
214214
* Creates a signed upload URL.
215-
* Signed upload URLs can be used upload files to the bucket without further authentication.
215+
* Signed upload URLs can be used to upload files to the bucket without further authentication.
216216
* They are valid for one minute.
217217
* @param path The file path, including the current file name. For example `folder/image.png`.
218218
*/

0 commit comments

Comments
 (0)