doc: replace sane with reasonable

Removing ableist language because we don't need to make the comparison
to people with mental health issues to get our point across.

PR-URL: https://github.com/nodejs/node/pull/3980
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Lewis Cowper 2015-11-23 10:06:53 +01:00 committed by Michaël Zasso
parent d16def5326
commit 3becac2e60

View File

@ -79,7 +79,7 @@ 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 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.