From 54b5346392f37fcbabae465cf31a0a7b63bd74e0 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 12 Jan 2020 07:30:23 -0800 Subject: [PATCH] doc: standardize on "host name" in os.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/os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/os.md b/doc/api/os.md index baa98406e4f657..bb5bd612382ce5 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -175,7 +175,7 @@ added: v0.3.3 * Returns: {string} -Returns the hostname of the operating system as a string. +Returns the host name of the operating system as a string. ## `os.loadavg()`