Skip to content

Commit 5400e51

Browse files
committed
fix hint typo
1 parent 7109006 commit 5400e51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TUTORIAL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ NPM install the "express" library module version. Use version 4.x.
2626

2727
* Install the package using npm
2828
* Run `npm install <package>`
29-
* RUn `npm install express`
29+
* Run `npm install express`
3030

3131
### L1S2
3232

tutorial.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"hints": [
6969
"Install the package using npm",
7070
"Run `npm install <package>`",
71-
"RUn `npm install express`"
71+
"Run `npm install express`"
7272
]
7373
},
7474
{

0 commit comments

Comments
 (0)