Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 899dcdf

Browse files
authored
Fix Numbering
1 parent 2b0ec18 commit 899dcdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M01_L02_Version_Controlling_with_Git_in_Azure_Repos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ In this task, you will explore the use of staging changes by using Visual Studio
182182
//My second change
183183
```
184184

185-
3. In the Visual Studio Code window, switch back the **EXPLORER** tab, navigate to the **/PartsUnlimited-aspnet45/src/PartsUnlimitedWebsite/Models/Category.cs** file and select it. This will automatically display its content in the details pane.
186-
4. Add to the **Category.cs** file right above the `public int CategoryId { get; set; }` entry an extra line containing the following comment and save the file.
185+
1. In the Visual Studio Code window, switch back the **EXPLORER** tab, navigate to the **/PartsUnlimited-aspnet45/src/PartsUnlimitedWebsite/Models/Category.cs** file and select it. This will automatically display its content in the details pane.
186+
1. Add to the **Category.cs** file right above the `public int CategoryId { get; set; }` entry an extra line containing the following comment and save the file.
187187

188188
```csharp
189189
// My third change

0 commit comments

Comments
 (0)