Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 15c69ac

Browse files
Edit Pass (#23)
* Edit Pass * spelling fix * Edit Pass * Edit Pass
1 parent 7c721e9 commit 15c69ac

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

doc_source/credentials.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ can set the environment variable in your user or system environment to change it
123123
AWS Credentials File Format
124124
---------------------------
125125

126-
When you use the :code:`aws configure` command to create an AWS credentials file, the commmand creates
126+
When you use the :code:`aws configure` command to create an AWS credentials file, the command creates
127127
a file with the following format.
128128

129129
.. code-block:: ini

doc_source/examples-ec2-regions-zones.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Using Regions and Availability Zones
2121
Describing Regions
2222
==================
2323

24-
To list the regions available to your account, call the |ec2client|'s :methodname:`describeRegions`
24+
To list the Regions available to your account, call the |ec2client|'s :methodname:`describeRegions`
2525
method. It returns a :aws-java-class:`DescribeRegionsResponse
2626
<services/ec2/model/DescribeRegionsResponse>`. Call the returned object's :methodname:`regions`
2727
method to get a list of :aws-java-class:`Region <services/ec2/model/Region>` objects that represent
28-
each region.
28+
each Region.
2929

3030
**Imports**
3131

@@ -44,12 +44,12 @@ See the :sdk-examples-java-ec2:`complete example <DescribeRegionsAndZones.java>`
4444
Describing Availability Zones
4545
=============================
4646

47-
To list each availability zone available to your account, call the |ec2client|'s
47+
To list each Availability Zone available to your account, call the |ec2client|'s
4848
:methodname:`describeAvailabilityZones` method. It returns a
4949
:aws-java-class:`DescribeAvailabilityZonesResponse
5050
<services/ec2/model/DescribeAvailabilityZonesResponse>`. Call its :methodname:`availabilityZones`
5151
method to get a list of :aws-java-class:`AvailabilityZone <services/ec2/model/AvailabilityZone>`
52-
objects that represent each availability zone.
52+
objects that represent each Availability Zone.
5353

5454
**Imports**
5555

doc_source/setup-install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Installing a Java Development Environment
8787
The |sdk-java| requires Java *8.0 or later*. You can download the latest Java SE Development Kit
8888
software from http://www.oracle.com/technetwork/java/javase/downloads/.
8989

90-
The |sdk-java| also works with `OpenJDK <https://openjdk.java.net/>`_ and |JDKlong| a distribuition of the Open Java Development Kit (OpenJDK). Download the latest OpenJDK version from https://openjdk.java.net/install/index.html. Download the latest |JDKlong8| or |JDKlong11| version from https://aws.amazon.com/corretto/.
90+
The |sdk-java| also works with `OpenJDK <https://openjdk.java.net/>`_ and |JDKlong| a distribution of the Open Java Development Kit (OpenJDK). Download the latest OpenJDK version from https://openjdk.java.net/install/index.html. Download the latest |JDKlong8| or |JDKlong11| version from https://aws.amazon.com/corretto/.
9191

9292
Choosing a JVM
9393
==============

doc_source/welcome.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ feedback are also welcome.
5050

5151
+ `DynamoDB Object Mapper <https://github.com/aws/aws-sdk-java-v2/issues/35>`_
5252

53-
+ `DynamoDb document APIs <https://github.com/aws/aws-sdk-java-v2/issues/36>`_
53+
+ `DynamoDB document APIs <https://github.com/aws/aws-sdk-java-v2/issues/36>`_
5454

5555
+ `DynamoDB Encryption Client <https://github.com/aws/aws-sdk-java-v2/issues/34>`_
5656

0 commit comments

Comments
 (0)