Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit e7c2289

Browse files
authored
minor spellings of VS Code and "something" (#2)
1 parent 1e2c322 commit e7c2289

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ Let's try this out utilizing Javascript for Copilot.
131131
git add skills.js
132132
```
133133

134-
2. Next from the VS code terminal stage and commit the changes to the repository:
134+
2. Next from the VS Code terminal stage and commit the changes to the repository:
135135

136136
```
137137
git commit -m "Copilot first commit"
138138
```
139139

140-
3. Finally from the VS code terminal push to code to the repository:
140+
3. Finally from the VS Code terminal push to code to the repository:
141141

142142
```
143143
git push
@@ -187,13 +187,13 @@ Keep in mind that as you continue to use copilot, you may not want some of the s
187187
git add member.js
188188
```
189189

190-
2. Next from the VS code terminal stage and commit the changes to the repository:
190+
2. Next from the VS Code terminal stage and commit the changes to the repository:
191191

192192
```
193193
git commit -m "Copilot second commit"
194194
```
195195

196-
3. Finally from the VS code terminal push to code to the repository:
196+
3. Finally from the VS Code terminal push to code to the repository:
197197

198198
```
199199
git push
@@ -238,7 +238,7 @@ Now lets see how you can leverage comments to generate Copilot suggestions!
238238
> **Note**
239239
> If you don't see the copilot code block suggestion or the red squiggly and the three dots `...`, you can type `control + enter` to bring up the GitHub Copilot completions panel.
240240
241-
7. Click `Open Completions Panel`. Copilot will synthesise around 10 different code suggestions. You should see somethig like this:
241+
7. Click `Open Completions Panel`. Copilot will synthesise around 10 different code suggestions. You should see something like this:
242242
![Screen Shot 2023-04-25 at 3 59 42 PM](https://user-images.githubusercontent.com/26442605/234425509-74ea96e0-bbd6-417b-84c5-73546ac7b2cd.png)
243243
8. Find a solution you like and click `Accept Solution`.
244244
7. Your `comments.js` file will be updated with your solution.
@@ -251,13 +251,13 @@ Now lets see how you can leverage comments to generate Copilot suggestions!
251251
git add comments.js
252252
```
253253

254-
2. Next from the VS code terminal stage and commit the changes to the repository:
254+
2. Next from the VS Code terminal stage and commit the changes to the repository:
255255

256256
```
257257
git commit -m "Copilot third commit"
258258
```
259259

260-
3. Finally from the VS code terminal push to code to the repository:
260+
3. Finally from the VS Code terminal push to code to the repository:
261261

262262
```
263263
git push

0 commit comments

Comments
 (0)