summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/STYLE_GUIDE.md2
-rw-r--r--doc/api/fs.md8
-rw-r--r--doc/guides/contributing/pull-requests.md2
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/STYLE_GUIDE.md b/doc/STYLE_GUIDE.md
index 6f98ad1fc8..9784787428 100644
--- a/doc/STYLE_GUIDE.md
+++ b/doc/STYLE_GUIDE.md
@@ -55,9 +55,9 @@
* OK: JavaScript, Google's V8
<!--lint disable prohibited-strings remark-lint-->
* NOT OK: Javascript, Google's v8
- <!-- lint enable prohibited-strings remark-lint-->
* Use _Node.js_ and not _Node_, _NodeJS_, or similar variants.
+ <!-- lint enable prohibited-strings remark-lint-->
* When referring to the executable, _`node`_ is acceptable.
See also API documentation structure overview in [doctools README][].
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 9a91f9f220..643efaae03 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -3473,10 +3473,10 @@ completion callback.
The `type` argument is only available on Windows and ignored on other platforms.
It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is
-not set, Node will autodetect `target` type and use `'file'` or `'dir'`. If the
-`target` does not exist, `'file'` will be used. Windows junction points require
-the destination path to be absolute. When using `'junction'`, the `target`
-argument will automatically be normalized to absolute path.
+not set, Node.js will autodetect `target` type and use `'file'` or `'dir'`. If
+the `target` does not exist, `'file'` will be used. Windows junction points
+require the destination path to be absolute. When using `'junction'`, the
+`target` argument will automatically be normalized to absolute path.
Relative targets are relative to the link’s parent directory.
diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md
index 31e3ba6475..cabc548be0 100644
--- a/doc/guides/contributing/pull-requests.md
+++ b/doc/guides/contributing/pull-requests.md
@@ -49,7 +49,7 @@ In case of doubt, open an issue in the
Node.js has two IRC channels:
[#Node.js](https://webchat.freenode.net/?channels=node.js) for general help and
questions, and
-[#Node-dev](https://webchat.freenode.net/?channels=node-dev) for development of
+[#node-dev](https://webchat.freenode.net/?channels=node-dev) for development of
Node.js core specifically.
## Setting up your local environment