You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercisefiles/node/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ The requests that the server must attend are the following:
131
131
132
132
>**_NOTE:_** Copilot can help you to generate data sets.
133
133
134
-
### Excercise 2: Document the code
134
+
### Excercise 3: Document the code
135
135
136
136
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.
137
137
@@ -155,6 +155,6 @@ With the previous exercises you have gone through some common activities that de
155
155
- Create documentation
156
156
- Create tests
157
157
158
-
However, there are many other things that Copilot can helkp you with. Feel free to explore other slash commandin the Copilot chat like:
158
+
However, there are many other things that Copilot can help you with. Feel free to explore other slash commandin the Copilot chat like:
159
159
- `/fix`: to fix the problems in your code
160
160
- `/explain`: for Copilot to explain you what the code does
Copy file name to clipboardExpand all lines: exercisefiles/node_typescript/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ The requests that the server must attend are the following:
134
134
135
135
>**_NOTE:_** Copilot can help you to generate data sets.
136
136
137
-
### Excercise 2: Document the code
137
+
### Excercise 3: Document the code
138
138
139
139
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.
140
140
@@ -158,6 +158,6 @@ With the previous exercises you have gone through some common activities that de
158
158
- Create documentation
159
159
- Create tests
160
160
161
-
However, there are many other things that Copilot can helkp you with. Feel free to explore other slash commandin the Copilot chat like:
161
+
However, there are many other things that Copilot can help you with. Feel free to explore other slash commandin the Copilot chat like:
162
162
- `/fix`: to fix the problems in your code
163
163
- `/explain`: for Copilot to explain you what the code does
0 commit comments