Skip to content

Commit cb9232d

Browse files
committed
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: nodejs#28089 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent d5577f0 commit cb9232d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/api/synopsis.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ Windows PowerShell:
5555
Next, create a new source file in the `projects`
5656
folder and call it `hello-world.js`.
5757

58-
In Node.js it is considered good style to use
59-
hyphens (`-`) or underscores (`_`) to separate
60-
multiple words in filenames.
61-
6258
Open `hello-world.js` in any preferred text editor and
6359
paste in the following content:
6460

0 commit comments

Comments
 (0)