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>2017-11-17 08:41:14 +0300
committerAnna Henningsen <anna@addaleax.net>2017-11-19 00:25:05 +0300
commitce6c7f5b01a9faf5b4c6561944e89ba8d42b68de (patch)
tree211da414d597cd5be474d7256e75f4685da2cd36 /doc/api/synopsis.md
parent8f8999c1c0de92b3720bead0c09b06d6cdc44ac7 (diff)
doc: change v8 to V8
Google's V8 engine is styled "V8" and not "v8". Most Node.js docs style it correctly. This change fixes a few instances that are not styled correctly. PR-URL: https://github.com/nodejs/node/pull/17089 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
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 3d680c33b55..7fddd6be3b9 100644
--- a/doc/api/synopsis.md
+++ b/doc/api/synopsis.md
@@ -3,7 +3,7 @@
<!--introduced_in=v0.10.0-->
<!--type=misc-->
-`node [options] [v8 options] [script.js | -e "script" | - ] [arguments]`
+`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.js.