From b4b2516e6e5b9ca205e9a76b628d44275a103987 Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Fri, 21 Feb 2025 11:38:50 +0900 Subject: [PATCH] Fix typo Visual studio -> Visual Studio --- docs/build/vscpp-step-0-installation.md | 2 +- docs/build/vscpp-step-1-create.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/vscpp-step-0-installation.md b/docs/build/vscpp-step-0-installation.md index 59fc3131c8d..8c4a303bb89 100644 --- a/docs/build/vscpp-step-0-installation.md +++ b/docs/build/vscpp-step-0-installation.md @@ -64,7 +64,7 @@ After the installer is installed, you can use it to customize your installation 1. Find the workload you want in the **Installing Visual Studio** screen. - :::image type="content" source="../get-started/media/vs2022-installer-workloads.png" alt-text="Visual studio installer with the Desktop development with C++ workload selected." lightbox="../get-started/media/vs2022-installer-workloads.png"::: + :::image type="content" source="../get-started/media/vs2022-installer-workloads.png" alt-text="Visual Studio installer with the Desktop development with C++ workload selected." lightbox="../get-started/media/vs2022-installer-workloads.png"::: For core C and C++ support, choose the "Desktop development with C++" workload. It comes with the default core editor, which includes basic code editing support for over 20 languages, the ability to open and edit code from any folder without requiring a project, and integrated source code control. diff --git a/docs/build/vscpp-step-1-create.md b/docs/build/vscpp-step-1-create.md index f3a3546d390..e4830eee922 100644 --- a/docs/build/vscpp-step-1-create.md +++ b/docs/build/vscpp-step-1-create.md @@ -81,7 +81,7 @@ Visual Studio now knows to build your project to run in a console window. Next, ![View of the process to add a source file for HelloWorld.cpp.](media/vscpp-add-new-item.gif "Add a source file for HelloWorld.cpp") -Visual studio creates a new, empty source code file and opens it in an editor window, ready to enter your source code. +Visual Studio creates a new, empty source code file and opens it in an editor window, ready to enter your source code. [I ran into a problem.](#add-a-source-code-file-issues)