From 7edf27898311dade109a84ec4d1149dbcf6a5590 Mon Sep 17 00:00:00 2001 From: Dione S Kist <10130193+dioneskist@users.noreply.github.com> Date: Thu, 28 Jul 2022 21:54:50 -0300 Subject: [PATCH] Removed duplicated words exclusion 'of the' duplicated --- ...AZ400_M01_L02_Version_Controlling_with_Git_in_Azure_Repos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/AZ400_M01_L02_Version_Controlling_with_Git_in_Azure_Repos.md b/Instructions/Labs/AZ400_M01_L02_Version_Controlling_with_Git_in_Azure_Repos.md index f6a4e9603..82604cae3 100644 --- a/Instructions/Labs/AZ400_M01_L02_Version_Controlling_with_Git_in_Azure_Repos.md +++ b/Instructions/Labs/AZ400_M01_L02_Version_Controlling_with_Git_in_Azure_Repos.md @@ -168,7 +168,7 @@ In this task, you will use Visual Studio Code to commit changes. In this task, you will use the Azure DevOps portal to review commits. 1. Switch to the web browser window displaying the Azure DevOps interface. -1. In the vertical navigational pane of the of the Azure DevOps portal, in the **Repos** section, select **Commits**. +1. In the vertical navigational pane of the Azure DevOps portal, in the **Repos** section, select **Commits**. 1. Verify that your commit appears at the top of list. #### Task 3: Stage changes