Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Kindall committed Jun 23, 2020
1 parent eb60d61 commit ab72bd2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc_source/work-with-cdk-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ You can specify the names of multiple stacks to be synthesized or deployed in a
**Tip**
You don't need to explicitly build your app or synthesize stacks before deploying them; `cdk deploy` performs these steps for you\.

For full documentation of the `cdk` command, see [AWS CDK Toolkit \(`cdk`\)](tools.md#cli)\.
For full documentation of the `cdk` command, see [AWS CDK Toolkit \(`cdk`\)](tools.md#cli)\.
2 changes: 1 addition & 1 deletion doc_source/work-with-cdk-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ The [stacks](stacks.md) defined in your AWS CDK app can be deployed individually
You can specify the names of multiple stacks to be synthesized or deployed in a single command\. If your app defines only one stack, its name is assumed and you do not need to specify it\.

**Tip**
You don't need to explicitly buiild your app or synthesize stacks before deploying them; `cdk deploy` performs these steps for you\.
You don't need to explicitly build your app or synthesize stacks before deploying them; `cdk deploy` performs these steps for you\.

For full documentation of the `cdk` command, see [AWS CDK Toolkit \(`cdk`\)](tools.md#cli)\.
2 changes: 1 addition & 1 deletion doc_source/work-with-cdk-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The [stacks](stacks.md) defined in your AWS CDK app can be deployed individually
You can specify the names of multiple stacks to be synthesized or deployed in a single command\. If your app defines only one stack, its name is assumed and you do not need to specify it\.

**Tip**
You don't need to explicitly buiild your app or synthesize stacks before deploying them; `cdk deploy` performs these steps for you\.
You don't need to explicitly build your app or synthesize stacks before deploying them; `cdk deploy` performs these steps for you\.

For full documentation of the `cdk` command, see [AWS CDK Toolkit \(`cdk`\)](tools.md#cli)\.

Expand Down
2 changes: 1 addition & 1 deletion doc_source/work-with-cdk-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ The [stacks](stacks.md) defined in your AWS CDK app can be deployed individually
You can specify the names of multiple stacks to be synthesized or deployed in a single command\. If your app defines only one stack, its name is assumed and you do not need to specify it\.

**Tip**
You don't need to explicitly buiild your app or synthesize stacks before deploying them; `cdk deploy` performs these steps for you\.
You don't need to explicitly build your app or synthesize stacks before deploying them; `cdk deploy` performs these steps for you\.

For full documentation of the `cdk` command, see [AWS CDK Toolkit \(`cdk`\)](tools.md#cli)\.
2 changes: 1 addition & 1 deletion doc_source/work-with-cdk-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ The [stacks](stacks.md) defined in your AWS CDK app can be deployed individually
You can specify the names of multiple stacks to be synthesized or deployed in a single command\. If your app defines only one stack, its name is assumed and you do not need to specify it\.

**Tip**
You don't need to explicitly buiild your app or synthesize stacks before deploying them; `cdk deploy` performs these steps for you\.
You don't need to explicitly build your app or synthesize stacks before deploying them; `cdk deploy` performs these steps for you\.

For full documentation of the `cdk` command, see [AWS CDK Toolkit \(`cdk`\)](tools.md#cli)\.

0 comments on commit ab72bd2

Please sign in to comment.