Skip to content

Commit be107de

Browse files
authored
Merge pull request #5 from sibteali786/patch-1
corrected mispelled command `cdk destroy`
2 parents 85689c1 + 4318476 commit be107de

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)