Skip to content

Commit 92758c8

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 449aea4 commit 92758c8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

04-Using-GitHub-Copilot-with-CSharp/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ From here, you can click on files to navigate to them and you can ask follow up
6565

6666
### 🚀 Step 1: Run the projects
6767

68-
Now that we have have context of what is in the project, let's run it and see it in action.
69-
68+
Now that we have context of what is in the project, let's run it and see it in action.
7069
In order to run the BackEnd project, go to the "Run and Debug" panel, and select the "BackEnd" Project.
7170

7271
![open program.cs in the BackEnd project](./images/006RunBackEndProject.png)
@@ -240,9 +239,8 @@ Let's add some new functionality so the user can enter the city they want to sea
240239

241240
1. Open the **Edits** mode window in GitHub Copilot Chat
242241

243-
![Selecing **Edits** mode](./images/OpenEditsWindows.png)
244-
245-
2. Select the **+Add Files...** buttton from the Edits window and add **FetchData.razor** and **WeatherForecastClient.cs**.
242+
![Selecting **Edits** mode](./images/OpenEditsWindows.png)
243+
2. Select the **+Add Files...** button from the Edits window and add **FetchData.razor** and **WeatherForecastClient.cs**.
246244
3. Enter into the chat: `Update the user interface to ask the user the city they want the weather for, use the forecast client to call the new endpoint for the city, and update the table to display the city as well.
247245
4. Select the **Send** button and now Edits will generate an iteration plan for the changes.
248246
5. Review the edits and hit **Accept** in the edits window to accept all changes to files.

0 commit comments

Comments
 (0)