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:
authorRich Trott <rtrott@gmail.com>2016-04-29 20:29:36 +0300
committerRich Trott <rtrott@gmail.com>2016-05-01 23:28:34 +0300
commitf1cd33c3af817382a3281ef39799ec54b4894d63 (patch)
tree64e7cf8d33a214766ff199071d21d60f1df29306 /doc/api/synopsis.md
parent7fdffb66d7719d7626eee1817aefceedb4b58af5 (diff)
doc: use `Node.js` in synopsis document
Change an instance of `Node` in the synopsis document to `Node.js.` PR-URL: https://github.com/nodejs/node/pull/6476 Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.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 134c0dbed72..35e8593d354 100644
--- a/doc/api/synopsis.md
+++ b/doc/api/synopsis.md
@@ -5,7 +5,7 @@
`node [options] [v8 options] [script.js | -e "script"] [arguments]`
Please see the [Command Line Options][] document for information about
-different options and ways to run scripts with Node.
+different options and ways to run scripts with Node.js.
## Example