Skip to content

Commit d295b35

Browse files
Update documentation to correct typos.
1 parent 7a97a39 commit d295b35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v2/guide/cli-telemetry.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Set `cli-telemetry: false` in the `~/.cdk.json` file to disable telemetry for al
6565
[#telemetry-environment-variable]
6666
=== Opt out using an environment variable
6767

68-
Set the `CDK_DISABLE_CLI_TELEMETRY` environment variable to `true` to disable CLI telemetry in the that environment.
68+
Set the `CDK_DISABLE_CLI_TELEMETRY` environment variable to `true` to disable CLI telemetry in that environment.
6969

7070
[source,none,subs="verbatim,attributes"]
7171
----

v2/guide/core-concepts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The {aws} CDK is an open-source framework that you can use to manage your {aws}
2424
[#concepts-cfn]
2525
== {aws} CDK and {aws} CloudFormation
2626

27-
The {aws} CDK is tightly integrated with {aws} CloudFormation. {aws} CloudFormation is a fully managed service that you can use to manage and provision your infrastructure on {aws}. With {aws} CloudFormation, you define your infrastructure in templates and deploy them to {aws} CloudFormation. The {aws} CloudFormation service then provisions your infrastructure according to the configuration defined on your templates.
27+
The {aws} CDK is tightly integrated with {aws} CloudFormation. {aws} CloudFormation is a fully managed service that you can use to manage and provision your infrastructure on {aws}. With {aws} CloudFormation, you define your infrastructure in templates and deploy them to {aws} CloudFormation. The {aws} CloudFormation service then provisions your infrastructure according to the configuration defined in your templates.
2828

2929
{aws} CloudFormation templates are __declarative__, meaning they declare the desired state or outcome of your infrastructure. Using JSON or YAML, you declare your {aws} infrastructure by defining {aws} _resources_ and __properties__. Resources represent the many services on {aws} and properties represent your desired configuration of those services. When you deploy your template to {aws} CloudFormation, your resources and their configured properties are provisioned as described on your template.
3030

0 commit comments

Comments
 (0)