Skip to content

Commit 3236697

Browse files
Trottrvagg
authored andcommitted
doc: use italics for words-as-words
PR-URL: #22324 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Bryan English <bryan@bryanenglish.com>
1 parent da76b61 commit 3236697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/url.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ The legacy `urlObject` (`require('url').Url`) is created and returned by the
919919
#### urlObject.auth
920920

921921
The `auth` property is the username and password portion of the URL, also
922-
referred to as "userinfo". This string subset follows the `protocol` and
922+
referred to as _userinfo_. This string subset follows the `protocol` and
923923
double slashes (if present) and precedes the `host` component, delimited by an
924924
ASCII "at sign" (`@`). The format of the string is `{username}[:{password}]`,
925925
with the `[:{password}]` portion being optional.

0 commit comments

Comments
 (0)