diff --git a/doc/api/modules.markdown b/doc/api/modules.markdown index 5c1d7671e4f701..ceab37d536ca3a 100644 --- a/doc/api/modules.markdown +++ b/doc/api/modules.markdown @@ -79,7 +79,7 @@ by checking `require.main.filename`. The semantics of Node.js's `require()` function were designed to be general -enough to support a number of sane directory structures. Package manager +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.