Skip to content

Commit 8ea0a1d

Browse files
authored
docs: fix word order in template READMEs (#19808)
this is bigger than a typo but smaller than a feature changed: ``` This is a blank project for <LANG> development with CDK. ``` to: ``` This is a blank project for CDK development with <LANG>. ``` ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 43735fd commit 8ea0a1d

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

packages/aws-cdk/lib/init-templates/v1/app/csharp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to your CDK C# project!
22

3-
This is a blank project for C# development with CDK.
3+
This is a blank project for CDK development with C#.
44

55
The `cdk.json` file tells the CDK Toolkit how to execute your app.
66

packages/aws-cdk/lib/init-templates/v1/app/fsharp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Welcome to your CDK F# project!
22

3-
This is a blank project for F# development with CDK.
3+
This is a blank project for CDK development with F#.
44

55
The `cdk.json` file tells the CDK Toolkit how to execute your app.
66

packages/aws-cdk/lib/init-templates/v1/app/go/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to your CDK Go project!
22

3-
This is a blank project for Go development with CDK.
3+
This is a blank project for CDK development with Go.
44

55
**NOTICE**: Go support is still in Developer Preview. This implies that APIs may
66
change while we address early feedback from the community. We would love to hear

packages/aws-cdk/lib/init-templates/v1/app/java/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to your CDK Java project!
22

3-
This is a blank project for Java development with CDK.
3+
This is a blank project for CDK development with Java.
44

55
The `cdk.json` file tells the CDK Toolkit how to execute your app.
66

packages/aws-cdk/lib/init-templates/v1/app/javascript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to your CDK JavaScript project
22

3-
This is a blank project for JavaScript development with CDK.
3+
This is a blank project for CDK development with JavaScript.
44

55
The `cdk.json` file tells the CDK Toolkit how to execute your app. The build step is not required when using JavaScript.
66

packages/aws-cdk/lib/init-templates/v1/app/python/README.template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Welcome to your CDK Python project!
33

4-
This is a blank project for Python development with CDK.
4+
This is a blank project for CDK development with Python.
55

66
The `cdk.json` file tells the CDK Toolkit how to execute your app.
77

packages/aws-cdk/lib/init-templates/v1/app/typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to your CDK TypeScript project
22

3-
This is a blank project for TypeScript development with CDK.
3+
This is a blank project for CDK development with TypeScript.
44

55
The `cdk.json` file tells the CDK Toolkit how to execute your app.
66

packages/aws-cdk/lib/init-templates/v2/app/csharp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to your CDK C# project!
22

3-
This is a blank project for C# development with CDK.
3+
This is a blank project for CDK development with C#.
44

55
The `cdk.json` file tells the CDK Toolkit how to execute your app.
66

packages/aws-cdk/lib/init-templates/v2/app/fsharp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Welcome to your CDK F# project!
22

3-
This is a blank project for F# development with CDK.
3+
This is a blank project for CDK development with F#.
44

55
The `cdk.json` file tells the CDK Toolkit how to execute your app.
66

packages/aws-cdk/lib/init-templates/v2/app/go/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to your CDK Go project!
22

3-
This is a blank project for Go development with CDK.
3+
This is a blank project for CDK development with Go.
44

55
**NOTICE**: Go support is still in Developer Preview. This implies that APIs may
66
change while we address early feedback from the community. We would love to hear

packages/aws-cdk/lib/init-templates/v2/app/java/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to your CDK Java project!
22

3-
This is a blank project for Java development with CDK.
3+
This is a blank project for CDK development with Java.
44

55
The `cdk.json` file tells the CDK Toolkit how to execute your app.
66

packages/aws-cdk/lib/init-templates/v2/app/javascript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to your CDK JavaScript project
22

3-
This is a blank project for JavaScript development with CDK.
3+
This is a blank project for CDK development with JavaScript.
44

55
The `cdk.json` file tells the CDK Toolkit how to execute your app. The build step is not required when using JavaScript.
66

packages/aws-cdk/lib/init-templates/v2/app/python/README.template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Welcome to your CDK Python project!
33

4-
This is a blank project for Python development with CDK.
4+
This is a blank project for CDK development with Python.
55

66
The `cdk.json` file tells the CDK Toolkit how to execute your app.
77

packages/aws-cdk/lib/init-templates/v2/app/typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to your CDK TypeScript project
22

3-
This is a blank project for TypeScript development with CDK.
3+
This is a blank project for CDK development with TypeScript.
44

55
The `cdk.json` file tells the CDK Toolkit how to execute your app.
66

0 commit comments

Comments
 (0)