summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-05 22:26:29 -0700
committerRich Trott <rtrott@gmail.com>2019-06-08 18:15:05 -0700
commitcb9232dd84e4f22f72ab2a5c680c6169118be145 (patch)
treebbd35362d6adfbaabc06e8b1b27f03c3bcde52d5 /doc
parentd5577f0395bf746c1fd1042798f31cf874c8d296 (diff)
downloadandroid-node-v8-cb9232dd84e4f22f72ab2a5c680c6169118be145.tar.gz
android-node-v8-cb9232dd84e4f22f72ab2a5c680c6169118be145.tar.bz2
android-node-v8-cb9232dd84e4f22f72ab2a5c680c6169118be145.zip
doc: remove superfluous filenaming convention
It is debatable whether "it is considered good style" in Node.js to use hypens or underscores to separate words in file names. Node.js has little to say about that. Remove that material as it is superfluous. PR-URL: https://github.com/nodejs/node/pull/28089 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/synopsis.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/api/synopsis.md b/doc/api/synopsis.md
index 3400a946cd..599d6fab47 100644
--- a/doc/api/synopsis.md
+++ b/doc/api/synopsis.md
@@ -55,10 +55,6 @@ Windows PowerShell:
Next, create a new source file in the `projects`
folder and call it `hello-world.js`.
-In Node.js it is considered good style to use
-hyphens (`-`) or underscores (`_`) to separate
- multiple words in filenames.
-
Open `hello-world.js` in any preferred text editor and
paste in the following content: