Skip to content

Commit d060902

Browse files
seishunandrew749
authored andcommitted
doc: fix typo in STYLE_GUIDE.md
PR-URL: nodejs/node#11615 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 9568b14 commit d060902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/STYLE_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
* When using underscores, asterisks and backticks please use proper escaping (**\\\_**, **\\\*** and **\\\`** instead of **\_**, **\*** and **\`**)
5858
* References to constructor functions should use PascalCase
5959
* References to constructor instances should be camelCased
60-
* References to methods should be used with parenthesis: `socket.end()` instead of `socket.end`
60+
* References to methods should be used with parentheses: `socket.end()` instead of `socket.end`
6161

6262
[plugin]: http://editorconfig.org/#download
6363
[Oxford comma]: https://en.wikipedia.org/wiki/Serial_comma

0 commit comments

Comments
 (0)