Skip to content

Commit

Permalink
Documentation grammar changes (#1365)
Browse files Browse the repository at this point in the history
* Tiny grammar fixes

* ECS is not serverless, you pay even if you are not using the container
  • Loading branch information
ranguard authored and Doug-AWS committed Dec 14, 2018
1 parent ef77b02 commit 8a36207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ as shown in the following example.
app.run();
An |app-construct| is a collection of |stack| objects, as shown in the following
A |app-construct| is a collection of |stack| objects, as shown in the following
example.

.. code-block:: js
Expand Down
2 changes: 1 addition & 1 deletion docs/src/cloudformation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Resource Attributes
To reference the runtime attributes of CloudFormation resources,
use one of the properties available on the resource object.

The following example configures a |LAM| function's dead letter queue to use a
The following example configures a |LAM| function's dead letter queue to use
the ARN of an |SQS| queue resource.

.. code-block:: ts
Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Creating an |ECS| |cdk| App

|ECSlong| (|ECS|) is a highly scalable, fast, container management service
that makes it easy to run, stop, and manage Docker containers on a cluster.
You can host your cluster on a serverless infrastructure that is managed by
You can host your cluster on infrastructure that is managed by
|ECS| by launching your services or tasks using the Fargate launch type.
For more control you can host your tasks on a cluster of
|EC2long| (|EC2|) instances that you manage by using the EC2 launch type.
Expand Down

0 comments on commit 8a36207

Please sign in to comment.