Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Kindall committed Jun 25, 2020
1 parent 0367ede commit 5b1139f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc_source/hello_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ If you are using Visual Studio, open the solution file, `src\HelloCdk.sln`\.
**Tip**
If you don't specify a template, the default is "app," which is the one we wanted anyway, so technically you can leave it out and save four keystrokes\.

If you have Git installed, ach project you create using cdk init is also initialized as a Git repository\. We'll ignore that for now, but it's there when you need it\.
If you have Git installed, each project you create using cdk init is also initialized as a Git repository\. We'll ignore that for now, but it's there when you need it\.

## List the stacks in the app<a name="hello_world_tutorial_list_stacks"></a>

Expand Down Expand Up @@ -405,7 +405,6 @@ Update `lib/hello-cdk-stack.ts`
new s3.Bucket(this, 'MyFirstBucket', {
versioned: true,
removalPolicy: core.RemovalPolicy.DESTROY
});
```

Expand Down Expand Up @@ -504,7 +503,7 @@ HelloCdkStack: creating CloudFormation changeset...
✅ HelloCdkStack
Stack ARN:
arn:aws:cloudformation:REDION:ACCOUNT:stack/HelloCdkStack/ID
arn:aws:cloudformation:REGION:ACCOUNT:stack/HelloCdkStack/ID
```

## Destroying the app's resources<a name="hello_world_tutorial_destroy"></a>
Expand Down

0 comments on commit 5b1139f

Please sign in to comment.