Skip to content

Commit 6cbd5bc

Browse files
TylerMSFTTylerMSFT
authored andcommitted
update alt-text
1 parent d12ed9c commit 6cbd5bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/build/creating-and-managing-visual-cpp-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To configure build settings for a project, right-click on the project in **Solut
6565

6666
To compile and run the new project, press **F5** or click the *debug dropdown* with the green arrow on the main toolbar. The *configuration dropdown* is where you choose whether to perform a *Debug* or *Release* build (or some other custom configuration).
6767

68-
A new project compiles without errors. When adding your own code, you may occasionally introduce an error or trigger a warning. An error prevents the build from completing; a warning doesn't. All errors and warnings appear both in the Output Window and in the Error List when you build the project.
68+
A new project compiles without errors. When adding your own code, you might occasionally introduce an error or trigger a warning. An error prevents the build from completing; a warning doesn't. All errors and warnings appear both in the Output Window and in the Error List when you build the project.
6969

7070
![Screenshot of the Output window and Error list, showing a syntax error for a misplaced colon.](../overview/media/vs2017-output-error-list.png)
7171

docs/linux/download-install-and-setup-the-linux-development-workload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For any of these scenarios, the **Linux development with C++** workload is requi
2828

2929
1. Type "Visual Studio Installer" in the Windows search box:
3030

31-
![Screenshot of the Windows search box which contains the text: `visual studio installer`.](media/visual-studio-installer-search.png)
31+
![Screenshot of the Windows search box which contains the text: visual studio installer.](media/visual-studio-installer-search.png)
3232

3333
1. Look for the installer under the **Apps** results and double-click it. When the installer opens, choose **Modify**, and then click on the **Workloads** tab. Scroll down to **Other toolsets** and select the **Linux development with C++** workload.
3434

0 commit comments

Comments
 (0)