Skip to content

Commit c524a60

Browse files
committed
fix typo in working with csharp page
1 parent 46c2793 commit c524a60

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

v2/guide/work-with-cdk-csharp.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
include::attributes.txt[]
22

33
// Attributes
4+
45
[.topic]
56
[#work-with-cdk-csharp]
67
= Working with the {aws} CDK in C#
78
:info_titleabbrev: In C#
9+
:keywords: {aws} CDK, {aws} Cloud Development Kit ({aws} CDK), csharp, c#, infrastructure as code, iac, .NET
10+
11+
[abstract]
12+
--
13+
+++.NET+++ is a fully-supported client language for the {aws} CDK and is considered stable. C# is the main .NET language for which we provide examples and support. You can choose to write {aws} CDK applications in other .NET languages, such as Visual Basic or F#, but {aws} offers limited support for using these languages with the CDK.
14+
--
815

916
// Content start
1017

@@ -216,6 +223,6 @@ string MimeType = props?.MimeType ?? "text/plain";
216223
----
217224

218225
[#csharp-running]
219-
== Build and run CDK appliations
226+
== Build and run CDK applications
220227

221228
The {aws} CDK automatically compiles your app before running it. However, it can be useful to build your app manually to check for errors and run tests. You can do this by pressing F6 in Visual Studio or by issuing `dotnet build src` from the command line, where `src` is the directory in your project directory that contains the Visual Studio Solution (`.sln`) file.

0 commit comments

Comments
 (0)