From 8055f78995a971a192943383b9709d9f8c86e61d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 12 Jan 2020 07:20:36 -0800 Subject: [PATCH] doc: standardize on "host name" in deprecations.md Our docs have a mix of "hostname" and "host name" in prose. Let's follow the usage of Unix man pages, RFCs, and most professionally-edited sources, and use "host name" in prose and "hostname" to refer to the command and in code. Lint rule forthcoming. PR-URL: https://github.com/nodejs/node/pull/31326 Refs: https://github.com/nodejs/node/pull/31073 Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat --- doc/api/deprecations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index d246eaabb618d4..f6fec7d1ba0f61 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2270,7 +2270,7 @@ The `_handle` property has been removed because improper use of the native object can lead to crashing the application. -### DEP0118: `dns.lookup()` support for a falsy hostname +### DEP0118: `dns.lookup()` support for a falsy host name