Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc_source/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Next steps
Once you have your AWS account and development environment set up, create a Java project using your
preferred build tool. Import
`the Maven bill of materials (BOM) for the AWS SDK for Java 2.x from Maven Central <https://mvnrepository.com/artifact/software.amazon.awssdk/bom/latest>`_,
:code:`software.amazon.awssdk'. Then add dependendies for the services you'll use in your
:code:`software.amazon.awssdk'. Then add dependencies for the services you'll use in your
application.

Example Maven :file:`pom.xml` file:
Expand Down