Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cc65fee

Browse filesBrowse files
denismcdonaldtargos
authored andcommitted
doc: fix typographical issues
PR-URL: #23970 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent ee6b039 commit cc65fee
Copy full SHA for cc65fee

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/synopsis.md‎

Copy file name to clipboardExpand all lines: doc/api/synopsis.md
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An example of a [web server][] written with Node.js which responds with
1414

1515
Commands displayed in this document are shown starting with `$` or `>`
1616
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
1818
indicate the start of each command.
1919

2020
There are many tutorials and examples that follow this
@@ -27,8 +27,8 @@ the output of the previous command.
2727
Firstly, make sure to have downloaded and installed Node.js.
2828
See [this guide][] for further install information.
2929

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
3232
this example will use `projects` as the project folder.
3333

3434
Linux and Mac:
@@ -60,7 +60,7 @@ hyphens (`-`) or underscores (`_`) to separate
6060
multiple words in filenames.
6161

6262
Open `hello-world.js` in any preferred text editor and
63-
paste in the following content.
63+
paste in the following content:
6464

6565
```js
6666
const http = require('http');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.