From 3becac2e6095ed6b00a88fae2ab4f3a95b900776 Mon Sep 17 00:00:00 2001 From: Lewis Cowper Date: Mon, 23 Nov 2015 10:06:53 +0100 Subject: [PATCH] doc: replace sane with reasonable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Michaƫl Zasso Reviewed-By: Colin Ihrig --- doc/api/modules.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.