Skip to content

Commit 3d68388

Browse files
TylerMSFTTylerMSFT
authored andcommitted
fix typo
1 parent 78a2ec2 commit 3d68388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dotnet/how-to-create-clr-console-applications-cpp-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can use the **CLR Console Application** template in the **New Project** dia
1515

1616
You can use the **CLR Console App** template in the **New Project** dialog to create a console app project that already has essential project references and files.
1717

18-
C++/CLI support isn't installed by default when you install a Visual Studio C++ workload. If you don't see a CLR heading under Visual C++ in the **New Project** dialog, you may need to install C++/CLI support. For more information, see see [Install C++/CLI support in Visual Studio 2022](../dotnet/dotnet-programming-with-cpp-cli-visual-cpp.md#install-ccli-support-in-visual-studio-2022).
18+
C++/CLI support isn't installed by default when you install a Visual Studio C++ workload. If you don't see a CLR heading under Visual C++ in the **New Project** dialog, you may need to install C++/CLI support. For more information, see [Install C++/CLI support in Visual Studio 2022](../dotnet/dotnet-programming-with-cpp-cli-visual-cpp.md#install-ccli-support-in-visual-studio-2022).
1919

2020
::: moniker-end
2121
::: moniker range=">=msvc-160"

0 commit comments

Comments
 (0)