Skip to content

Commit

Permalink
Merge pull request quarkusio#11290 from gunnarmorling/patch-14
Browse files Browse the repository at this point in the history
Fix wording in amazon-dynamodb.adoc
  • Loading branch information
gsmet authored Aug 10, 2020
2 parents a2014f5 + 42728c8 commit 7c33921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/amazon-dynamodb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ The implementation is pretty straightforward and you just need to define your en
== Configuring DynamoDB clients

Both DynamoDB clients (sync and async) are configurable via the `application.properties` file that can be provided in the `src/main/resources` directory.
Additionally, you need to added to the classpath a proper implementation of the sync client. By default the extension uses URL connection HTTP client, so
Additionally, you need to add to the classpath a proper implementation of the sync client. By default the extension uses the `java.net.URLConnection` HTTP client, so
you need to add a URL connection client dependency to the `pom.xml` file:

[source,xml]
Expand All @@ -332,7 +332,7 @@ you need to add a URL connection client dependency to the `pom.xml` file:
</dependency>
----

If you want to use Apache HTTP client instead, configure it as follows:
If you want to use the Apache HTTP client instead, configure it as follows:
[source,properties]
----
quarkus.dynamodb.sync-client.type=apache
Expand Down

0 comments on commit 7c33921

Please sign in to comment.