Skip to content

Commit 7c7be72

Browse files
JoostVoskuilcmendible
authored andcommitted
Fixes renames of files
1 parent 28b4ccb commit 7c7be72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercisefiles/node_typescript/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The requests that the server must attend are the following:
4343
* Calculate days between two dates
4444
* receive by query string 2 parameters date1 and date 2, and calculate the days between those two dates.
4545
46-
> **_NOTE:_** Use above information inside the Copilot inline feature in the `nodeserver.js` file. Press enter and wait for Copilot to suggest you the code.
46+
> **_NOTE:_** Use above information inside the Copilot inline feature in the `nodeserver.ts` file. Press enter and wait for Copilot to suggest you the code.
4747
4848
4949
- **/Validatephonenumber**:
@@ -53,7 +53,7 @@ The requests that the server must attend are the following:
5353
* if phoneNumber is valid return "valid"
5454
* if phoneNumber is not valid return "invalid"
5555
56-
> **_NOTE:_** Use above information inside the Copilot inline feature in the `nodeserver.js` file. Press enter and wait for Copilot to suggest you the code.
56+
> **_NOTE:_** Use above information inside the Copilot inline feature in the `nodeserver.ts` file. Press enter and wait for Copilot to suggest you the code.
5757
5858
5959
- **/ValidateSpanishDNI**:
@@ -63,7 +63,7 @@ The requests that the server must attend are the following:
6363
* if DNI is valid return "valid"
6464
* if DNI is not valid return "invalid"
6565
66-
> NOTE: Use above information inside a comment in the `nodeserver.js` file. In this case, you may want to see multiple solutions from Copilot to pick the one that best fits the way to calculate the letter. In order to see the firs 10 suggestions from Copilot press ctrl + enter.
66+
> NOTE: Use above information inside a comment in the `nodeserver.ts` file. In this case, you may want to see multiple solutions from Copilot to pick the one that best fits the way to calculate the letter. In order to see the firs 10 suggestions from Copilot press ctrl + enter.
6767
6868
6969
- **/ReturnColorCode**:

0 commit comments

Comments
 (0)