Skip to content

Commit e3d3e7d

Browse files
author
Jun
authored
Update README.md
Fixed some potential misspellings/errors.
1 parent e7ca5e3 commit e3d3e7d

File tree

1 file changed

+5
-5
lines changed
  • 08-Using-Advanced-GitHub-Copilot-Features

1 file changed

+5
-5
lines changed

08-Using-Advanced-GitHub-Copilot-Features/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Using a Python-based HTTP API, you’ll make modifications, fix bugs, create doc
1616
- **Prerequisites**: GitHub Copilot is available to use for free, sign up for [GitHub Copilot](https://gh.io/copilot).
1717
- **Timing**: This module can be completed in under an hour.
1818

19-
By the end of this module, you'll aquire the skills to be able to:
19+
By the end of this module, you'll acquire the skills to be able to:
2020

2121
- Use advanced GitHub Copilot features like inline chat, slash commands, and agents.
2222
- Interact with GitHub Copilot with deeper context on your project and ask questions about it.
@@ -41,7 +41,7 @@ The current API is not exposing country/{country} which needs to be implemented
4141
As with any implementation, this addition should include at least one test function to work with the pytest runner and test framework.
4242

4343
### 🛠 Step 1: Add a new route
44-
On our first exercise we will create a new route in our API. Go to the main.py file, and by using the inline chat with the following command `ctrl` + `i` (on Windows) or `cmd` + `i`(on Mac) ask GitHub Copilot to help you create a new API that shows you the cities of a country.
44+
In our first exercise we will create a new route in our API. Go to the main.py file, and by using the inline chat with the following command `ctrl` + `i` (on Windows) or `cmd` + `i`(on Mac) ask GitHub Copilot to help you create a new API that shows you the cities of a country.
4545

4646
Use the following prompt in inline-chat:
4747

@@ -95,7 +95,7 @@ Finally, verify the new endpoint is working by trying it out by going to the `/d
9595

9696
Now that you've used GitHub Copilot to generate and explain code, you can also explore some other alternative approaches to perform developer tasks. These extra challenges will help you dive deeper into other GitHub Copilot features in addition to the ones you already know. For these extra challenges, you will use the Chat interface. Click on the GitHub Copilot Chat icon on the left sidebar if you don't have it open yet.
9797

98-
🚀 Congratulations, through the exercise, you have used GitHub Copilot with many different features that will allow you to work better with different projects. You interactively used some features to write tests, documentation, and find more about existing code..
98+
🚀 Congratulations, through the exercise, you have used GitHub Copilot with many different features that will allow you to work better with different projects. You interactively used some features to write tests, documentation, and find out more about existing code.
9999

100100
## Legal Notices
101101

@@ -104,12 +104,12 @@ in this repository under the [Creative Commons Attribution 4.0 International Pub
104104
see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the
105105
[LICENSE-CODE](LICENSE-CODE) file.
106106

107-
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
107+
Microsoft, Windows, Microsoft Azure, and/or other Microsoft products and services referenced in the documentation
108108
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
109109
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
110110
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.
111111

112112
Privacy information can be found at https://privacy.microsoft.com/en-us/
113113

114114
Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents,
115-
or trademarks, whether by implication, estoppel or otherwise.
115+
or trademarks, whether by implication, estoppel, or otherwise.

0 commit comments

Comments
 (0)