From 9558d598b7e4445fe6e86b49bdd1e32685d2cfd7 Mon Sep 17 00:00:00 2001
From: Lewis Cowper <lewis.cowper@googlemail.com>
Date: Mon, 23 Nov 2015 10:06:53 +0100
Subject: [PATCH] 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.
---
 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`.
 <!-- 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.