Skip to content

Commit 1be91c1

Browse files
authored
Fix a typo in the new S3TransferManager README (#2654)
1 parent 3dd317c commit 1be91c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services-custom/s3-transfer-manager/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ S3TransferManager transferManager =
4242
```
4343

4444
### Download an S3 object to a file
45-
To download an object, you just need to provide the destion file path and the `GetObjectRequest` that should be used for the download.
45+
To download an object, you just need to provide the destination file path and the `GetObjectRequest` that should be used for the download.
4646

4747
```java
4848
Download download =
@@ -62,4 +62,4 @@ Upload upload = transferManager.upload(b -> b.source(path)
6262

6363
upload.completionFuture().join();
6464

65-
```
65+
```

0 commit comments

Comments
 (0)