@@ -14,7 +14,7 @@ An example of a [web server][] written with Node.js which responds with
14
14
15
15
Commands displayed in this document are shown starting with ` $ ` or ` > `
16
16
to replicate how they would appear in a user's terminal.
17
- Do not include the ` $ ` and ` > ` character they are there to
17
+ Do not include the ` $ ` and ` > ` characters. They are there to
18
18
indicate the start of each command.
19
19
20
20
There are many tutorials and examples that follow this
@@ -27,8 +27,8 @@ the output of the previous command.
27
27
Firstly, make sure to have downloaded and installed Node.js.
28
28
See [ this guide] [ ] for further install information.
29
29
30
- Now, create an empty project folder called ` projects ` , navigate into it:
31
- Project folder can be named base on user's current project title but
30
+ Now, create an empty project folder called ` projects ` , then navigate into it.
31
+ The project folder can be named based on the user's current project title, but
32
32
this example will use ` projects ` as the project folder.
33
33
34
34
Linux and Mac:
@@ -60,7 +60,7 @@ hyphens (`-`) or underscores (`_`) to separate
60
60
multiple words in filenames.
61
61
62
62
Open ` hello-world.js ` in any preferred text editor and
63
- paste in the following content.
63
+ paste in the following content:
64
64
65
65
``` js
66
66
const http = require (' http' );
0 commit comments