Skip to content

Commit 4318476

Browse files
authored
corrected mispelled command cdk destroy
1 parent 85689c1 commit 4318476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ curl -X GET AWS_SERVER_URL/protected -H "Content-Type: application/json" -H "Aut
7575

7676
## Remove infrastructure create with CDK
7777

78-
To remove the infrastructure created with the AWS CDK, run `cdk destory`.
78+
To remove the infrastructure created with the AWS CDK, run `cdk destroy`.
7979

8080
Before running `cdk destroy`, you'll want to ensure you've added `RemovalPolicy: awscdk.RemovalPolicy_DESTROY` in the `awsdynamodb.TableProps`.

0 commit comments

Comments
 (0)