Skip to content

Commit aa7d7bf

Browse files
authored
Fix typo (#5197)
Visual studio -> Visual Studio
1 parent 3a91185 commit aa7d7bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/build/vscpp-step-0-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ After the installer is installed, you can use it to customize your installation
6464

6565
1. Find the workload you want in the **Installing Visual Studio** screen.
6666

67-
:::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":::
67+
:::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":::
6868

6969
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.
7070

docs/build/vscpp-step-1-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Visual Studio now knows to build your project to run in a console window. Next,
8181

8282
![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")
8383

84-
Visual studio creates a new, empty source code file and opens it in an editor window, ready to enter your source code.
84+
Visual Studio creates a new, empty source code file and opens it in an editor window, ready to enter your source code.
8585

8686
[I ran into a problem.](#add-a-source-code-file-issues)
8787

0 commit comments

Comments
 (0)