From 2f525a528c6f5acf7af50d3d35e4db47f3d94307 Mon Sep 17 00:00:00 2001 From: Tanner Lowthorp Date: Wed, 30 Jun 2021 11:16:43 -0700 Subject: [PATCH] Fixed minor spelling mistake Dependencies had one too many d's. --- doc_source/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_source/setup.rst b/doc_source/setup.rst index 69b13ce..5120c96 100644 --- a/doc_source/setup.rst +++ b/doc_source/setup.rst @@ -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 `_, -: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: