Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2017-12-16 00:51:04 +0300
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2017-12-18 18:26:13 +0300
commitce38c49fb8ec3a1c0a84624914b5bed57fadbbfe (patch)
tree1daaf2538de9c70749c3bd79aa6ea1fea0067b09 /doc/api/synopsis.md
parent606ff7c6f2cb8ab36bdbbe782eaef66f83a42f08 (diff)
doc: not all example code can be run without 1:1
PR-URL: https://github.com/nodejs/node/pull/17702 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'doc/api/synopsis.md')
-rw-r--r--doc/api/synopsis.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/synopsis.md b/doc/api/synopsis.md
index 7fddd6be3b9..ada2437387b 100644
--- a/doc/api/synopsis.md
+++ b/doc/api/synopsis.md
@@ -38,7 +38,7 @@ $ node example.js
Server running at http://127.0.0.1:3000/
```
-All of the examples in the documentation can be run similarly.
+Many of the examples in the documentation can be run similarly.
[Command Line Options]: cli.html#cli_command_line_options
[web server]: http.html