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/modules.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/modules.md')
-rw-r--r--doc/api/modules.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/modules.md b/doc/api/modules.md
index 76d61858854..3d27244fac4 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -83,9 +83,9 @@ by checking `require.main.filename`.
<!-- type=misc -->
The semantics of Node.js's `require()` function were designed to be general
-enough to support a number of reasonable directory structures. Package manager
-programs such as `dpkg`, `rpm`, and `npm` will hopefully find it possible to
-build native packages from Node.js modules without modification.
+enough to support reasonable directory structures. Package manager programs
+such as `dpkg`, `rpm`, and `npm` will hopefully find it possible to build
+native packages from Node.js modules without modification.
Below we give a suggested directory structure that could work: