From e0c9a78c4fd4bb64c254c6c3c6602d8d15754c04 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 0b27d3a5a91d4e..75170482015ab7 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