Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-10-24 01:35:13 +0300
committerRich Trott <rtrott@gmail.com>2019-10-26 21:25:43 +0300
commit0ed22668bb2605a0f1515aec3944e51f8d90129e (patch)
tree97767df7331ae97eac76d83c561e71816346a561 /doc/api/os.md
parent10040500da6af33b602e35c3f3bbe28cf76c4c4a (diff)
doc: delete "a number of" things in the docs
Delete "a number of" phrases in the docs. See what I did there? Ha ha. Ha ha. Ha. ...heh.. <clears throat/> PR-URL: https://github.com/nodejs/node/pull/30103 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index 6f22098f985..75a08dcfbfe 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -4,8 +4,8 @@
> Stability: 2 - Stable
-The `os` module provides a number of operating system-related utility methods.
-It can be accessed using:
+The `os` module provides operating system-related utility methods. It can be
+accessed using:
```js
const os = require('os');