Skip to content

Commit

Permalink
doc: use italics for words-as-words
Browse files Browse the repository at this point in the history
PR-URL: #22324
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Bryan English <bryan@bryanenglish.com>
  • Loading branch information
Trott authored and rvagg committed Aug 15, 2018
1 parent da76b61 commit 3236697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/url.md
Expand Up @@ -919,7 +919,7 @@ The legacy `urlObject` (`require('url').Url`) is created and returned by the
#### urlObject.auth

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

0 comments on commit 3236697

Please sign in to comment.