summaryrefslogtreecommitdiff
path: root/doc/STYLE_GUIDE.md
diff options
context:
space:
mode:
authorNikolai Vavilov <vvnicholas@gmail.com>2017-02-28 19:59:59 +0200
committerGitHub <noreply@github.com>2017-02-28 19:59:59 +0200
commit0a44b71c50835a21539334e6dfa5fe83e4e084d1 (patch)
treebbbff82d698c2d31ba84ec07e676edb100b79f29 /doc/STYLE_GUIDE.md
parent3c92200d8b5b40c86e69b07d87551c55070c96a5 (diff)
downloadandroid-node-v8-0a44b71c50835a21539334e6dfa5fe83e4e084d1.tar.gz
android-node-v8-0a44b71c50835a21539334e6dfa5fe83e4e084d1.tar.bz2
android-node-v8-0a44b71c50835a21539334e6dfa5fe83e4e084d1.zip
doc: fix typo in STYLE_GUIDE.md
PR-URL: https://github.com/nodejs/node/pull/11615 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/STYLE_GUIDE.md')
-rw-r--r--doc/STYLE_GUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/STYLE_GUIDE.md b/doc/STYLE_GUIDE.md
index 10f26421a4..f087718a67 100644
--- a/doc/STYLE_GUIDE.md
+++ b/doc/STYLE_GUIDE.md
@@ -57,7 +57,7 @@
* When using underscores, asterisks and backticks please use proper escaping (**\\\_**, **\\\*** and **\\\`** instead of **\_**, **\*** and **\`**)
* References to constructor functions should use PascalCase
* References to constructor instances should be camelCased
-* References to methods should be used with parenthesis: `socket.end()` instead of `socket.end`
+* References to methods should be used with parentheses: `socket.end()` instead of `socket.end`
[plugin]: http://editorconfig.org/#download
[Oxford comma]: https://en.wikipedia.org/wiki/Serial_comma