Skip to content

Commit 3d63369

Browse files
Apply suggestions from code review
Co-authored-by: Heat Hamilton <[email protected]>
1 parent e174b6b commit 3d63369

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

website/docs/cdktf/concepts/hcl-interoperability.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
page_title: HCL interoperability
33
description: >-
4-
Use Terraform configurations written in HCL with the CDK for Terraform
4+
Use Terraform configurations written in HCL with CDK for Terraform
5+
to define and provision infrastructure.
56
to define and provision infrastructure.
67
---
78

website/docs/cdktf/test/unit-tests.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >-
44
Use assertions and snapshots to test your CDKTF application.
55
---
66

7-
# Unit test CDKTF
7+
# Unit test CDKTF applications
88

99
Testing your application can give you faster feedback cycles and guard you against unwanted changes. Testing is currently supported in Typescript with jest and compatible with any testing framework that supports assertions for all other languages.
1010

0 commit comments

Comments
 (0)