Skip to content

Commit 2f44d1e

Browse files
authored
chore: typo in readme (#739)
--- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent b0e6bc0 commit 2f44d1e

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

packages/aws-cdk/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@
1111

1212
The AWS CDK Toolkit provides the `cdk` command-line interface that can be used to work with AWS CDK applications. This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
1313

14-
| Command | Description |
15-
| ---------------------------------------- | --------------------------------------------------------------------------------- |
16-
| [`cdk docs`](#cdk-docs) | Access the online documentation |
17-
| [`cdk init`](#cdk-init) | Start a new CDK project (app or library) |
18-
| [`cdk list`](#cdk-list) | List stacks and their dependencies in an application |
19-
| [`cdk synth`](#cdk-synth) | Synthesize a CDK app to CloudFormation template(s) |
20-
| [`cdk diff`](#cdk-diff) | Diff stacks against current state |
21-
| [`cdk deploy`](#cdk-deploy) | Deploy a stack into an AWS account |
22-
| [`cdk rollback`](#cdk-rollback) | Roll back a failed deployment |
23-
| [`cdk import`](#cdk-import) | Import existing AWS resources into a CDK stack |
24-
| [`cdk migrate`](#cdk-migrate) | Migrate AWS resources, CloudFormation stacks, and CloudFormation templates to CDK |
25-
| [`cdk watch`](#cdk-watch) | Watches a CDK app for deployable and hotswappable changes |
26-
| [`cdk destroy`](#cdk-destroy) | Deletes a stack from an AWS account |
27-
| [`cdk bootstrap`](#cdk-bootstrap) | Deploy a toolkit stack to support deploying large stacks & artifacts |
28-
| [`cdk gc`](#cdk-gc) | Garbage collect assets associated with the bootstrapped stack |
29-
| [`cdk doctor`](#cdk-doctor) | Inspect the environment and produce information useful for troubleshooting |
30-
| [`cdk acknowledge`](#cdk-acknowledge) | Acknowledge (and hide) a notice by issue number |
31-
| [`cdk notices`](#cdk-notices) | List all relevant notices for the application |
32-
| [`cdk refactor`](#cdk-refactor) | Moves resources between stacks or within the same stack |
33-
| [`cdk drift`](#cdk-drift) | Detect drifts in the given CloudFormation stack(s) |
34-
| [`cdk cli-telemetry](#cdk-cli-telemetry) | Enable or disable cli telemetry collection |
14+
| Command | Description |
15+
| ----------------------------------------- | --------------------------------------------------------------------------------- |
16+
| [`cdk docs`](#cdk-docs) | Access the online documentation |
17+
| [`cdk init`](#cdk-init) | Start a new CDK project (app or library) |
18+
| [`cdk list`](#cdk-list) | List stacks and their dependencies in an application |
19+
| [`cdk synth`](#cdk-synth) | Synthesize a CDK app to CloudFormation template(s) |
20+
| [`cdk diff`](#cdk-diff) | Diff stacks against current state |
21+
| [`cdk deploy`](#cdk-deploy) | Deploy a stack into an AWS account |
22+
| [`cdk rollback`](#cdk-rollback) | Roll back a failed deployment |
23+
| [`cdk import`](#cdk-import) | Import existing AWS resources into a CDK stack |
24+
| [`cdk migrate`](#cdk-migrate) | Migrate AWS resources, CloudFormation stacks, and CloudFormation templates to CDK |
25+
| [`cdk watch`](#cdk-watch) | Watches a CDK app for deployable and hotswappable changes |
26+
| [`cdk destroy`](#cdk-destroy) | Deletes a stack from an AWS account |
27+
| [`cdk bootstrap`](#cdk-bootstrap) | Deploy a toolkit stack to support deploying large stacks & artifacts |
28+
| [`cdk gc`](#cdk-gc) | Garbage collect assets associated with the bootstrapped stack |
29+
| [`cdk doctor`](#cdk-doctor) | Inspect the environment and produce information useful for troubleshooting |
30+
| [`cdk acknowledge`](#cdk-acknowledge) | Acknowledge (and hide) a notice by issue number |
31+
| [`cdk notices`](#cdk-notices) | List all relevant notices for the application |
32+
| [`cdk refactor`](#cdk-refactor) | Moves resources between stacks or within the same stack |
33+
| [`cdk drift`](#cdk-drift) | Detect drifts in the given CloudFormation stack(s) |
34+
| [`cdk cli-telemetry`](#cdk-cli-telemetry) | Enable or disable cli telemetry collection |
3535

3636
## Common topics
3737

0 commit comments

Comments
 (0)