Skip to content

Commit

Permalink
docs: fix typos (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijsubedi committed Mar 28, 2023
1 parent 45f7518 commit 24fdd98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/uploader/aws-s3-multipart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ bucket in question. In-depth documentation about CORS rules is available on the
The recommended approach is to integrate `@uppy/aws-s3-multipart` with your own
server. You will need to do the following things:

1. [Setup up a S4 bucket](#setting-up-your-s3-bucket)
1. [Setup up a S3 bucket](#setting-up-your-s3-bucket)
2. Create endpoints in your server. You can create them as edge functions (such
as AWS Lambdas), inside Next.js as an API route, or wherever your server runs
- `POST` > `/uppy/s3`: create the multipart upload
Expand Down
2 changes: 1 addition & 1 deletion docs/uploader/aws-s3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Otherwise, you can manually apply it through the OAuth playground:

### Use with your own server

The recommended approach is to integrate `@uppy/aws-s3-multipart` with your own
The recommended approach is to integrate `@uppy/aws-s3` with your own
server. You will need to do the following things:

1. Setup a bucket
Expand Down

0 comments on commit 24fdd98

Please sign in to comment.