Skip to content

Commit 342c6b8

Browse files
authored
Update 3-exercise-create-project.md
Fixed all alt-text missing period at end. Lines 14,18,29,65 per review feedback.
1 parent 89dd4f2 commit 342c6b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

learn-pr/aspnetcore/build-your-first-aspnet-core-web-app/includes/3-exercise-create-project.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ In Visual Studio Code, create a new project:
1111

1212
1. Select the **Explorer** view:
1313

14-
:::image type="content" source="../media/vs-code-select-explorer.png" alt-text="Screenshot of selecting the Explorer view":::
14+
:::image type="content" source="../media/vs-code-select-explorer.png" alt-text="Screenshot of selecting the Explorer view.":::
1515

1616
1. Select the **Create .NET Project** button. Alternatively, you can bring up the **Command Palette** using <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>, and then type "`.NET`" to find and select the **.NET: New Project** command.
1717

18-
:::image type="content" source="../media/vs-code-select-create-dotnet-project.png" alt-text="Screenshot of selecting Create .NET Project":::
18+
:::image type="content" source="../media/vs-code-select-create-dotnet-project.png" alt-text="Screenshot of selecting Create .NET Project.":::
1919

2020
1. Select the **ASP.NET Core Empty** project template from the list.
2121
1. In the **Project Location** dialog, create a folder named `MyWebApp` to contain the project.
@@ -26,7 +26,7 @@ In Visual Studio Code, create a new project:
2626

2727
The *MyWebApp* project folder contents are displayed in the Visual Studio Code **Explorer**:
2828

29-
:::image type="content" source="../media/vs-code-explorer-project-files.png" alt-text="Screenshot of the project files in the Visual Studio Code Explorer":::
29+
:::image type="content" source="../media/vs-code-explorer-project-files.png" alt-text="Screenshot of the project files in the Visual Studio Code Explorer.":::
3030

3131
::: zone-end
3232

@@ -62,7 +62,7 @@ From a terminal or the command line, create a new project:
6262
6363
The *MyWebApp* project folder contents are displayed in the Visual Studio Code **Explorer**:
6464
65-
:::image type="content" source="../media/vs-code-explorer-project-files.png" alt-text="Screenshot of the project files in the Visual Studio Code Explorer":::
65+
:::image type="content" source="../media/vs-code-explorer-project-files.png" alt-text="Screenshot of the project files in the Visual Studio Code Explorer.":::
6666
6767
::: zone-end
6868

0 commit comments

Comments
 (0)