Skip to content

Commit bac588e

Browse files
TrottMylesBorins
authored andcommitted
doc: standardize on "host name" in https.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: #31326 Refs: #31073 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 600eb8b commit bac588e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/https.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ changes:
3939
* `servername` {string} the value of
4040
[Server Name Indication extension][sni wiki] to be sent to the server. Use
4141
empty string `''` to disable sending the extension.
42-
**Default:** hostname of the target server, unless the target server
42+
**Default:** host name of the target server, unless the target server
4343
is specified using an IP address, in which case the default is `''` (no
4444
extension).
4545

0 commit comments

Comments
 (0)