From 82c1969c1fbfde79fc6888e72cb30a1923155e4e Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 20 Jun 2022 19:29:18 +0900 Subject: [PATCH] docs: Fix typo in aws-s3-multipart.md (#3838) indecies -> indices --- website/src/docs/aws-s3-multipart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/aws-s3-multipart.md b/website/src/docs/aws-s3-multipart.md index 8af37de28..6265ca4d0 100644 --- a/website/src/docs/aws-s3-multipart.md +++ b/website/src/docs/aws-s3-multipart.md @@ -109,7 +109,7 @@ A function that generates a batch of signed URLs for the specified part numbers. * `uploadId` - The UploadID of this Multipart upload. * `key` - The object key in the S3 bucket. -* `partNumbers` - An array of indecies of this part in the file (`PartNumber` in S3 terminology). Note that part numbers are _not_ zero-based. +* `partNumbers` - An array of indices of this part in the file (`PartNumber` in S3 terminology). Note that part numbers are _not_ zero-based. * `chunks` - A Javascript object with the part numbers as keys and the Blob data for each part as the value. `prepareUploadParts` should return a `Promise` with an `Object` with keys: