From 7034ebe2bcc38d69062a5f529c2a9a58a9bbb292 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 29 Apr 2016 10:29:36 -0700 Subject: [PATCH] doc: use `Node.js` in synopsis document MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Colin Ihrig Reviewed-By: Jeremiah Senkpiel --- doc/api/synopsis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/synopsis.md b/doc/api/synopsis.md index 134c0dbed7..35e8593d35 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