Skip to content

Commit 155846a

Browse files
JoostVoskuilcmendible
authored andcommitted
Fix typo and paragraph numbering
1 parent f8bacf1 commit 155846a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

exercisefiles/node/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The requests that the server must attend are the following:
131131
132132
> **_NOTE:_** Copilot can help you to generate data sets.
133133
134-
### Excercise 2: Document the code
134+
### Excercise 3: Document the code
135135
136136
Documenting code is always a boring and painful task. However, we can use Copilot to document it for us. In the chat, ask Copilot to document the `nodeserver.js` file.
137137
@@ -155,6 +155,6 @@ With the previous exercises you have gone through some common activities that de
155155
- Create documentation
156156
- Create tests
157157
158-
However, there are many other things that Copilot can helkp you with. Feel free to explore other slash command in the Copilot chat like:
158+
However, there are many other things that Copilot can help you with. Feel free to explore other slash command in the Copilot chat like:
159159
- `/fix`: to fix the problems in your code
160160
- `/explain`: for Copilot to explain you what the code does

exercisefiles/node_typescript/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The requests that the server must attend are the following:
134134
135135
> **_NOTE:_** Copilot can help you to generate data sets.
136136
137-
### Excercise 2: Document the code
137+
### Excercise 3: Document the code
138138
139139
Documenting code is always a boring and painful task. However, we can use Copilot to document it for us. In the chat, ask Copilot to document the `nodeserver.js` file.
140140
@@ -158,6 +158,6 @@ With the previous exercises you have gone through some common activities that de
158158
- Create documentation
159159
- Create tests
160160
161-
However, there are many other things that Copilot can helkp you with. Feel free to explore other slash command in the Copilot chat like:
161+
However, there are many other things that Copilot can help you with. Feel free to explore other slash command in the Copilot chat like:
162162
- `/fix`: to fix the problems in your code
163163
- `/explain`: for Copilot to explain you what the code does

0 commit comments

Comments
 (0)