8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da76b61 commit 3236697Copy full SHA for 3236697
doc/api/url.md
@@ -919,7 +919,7 @@ The legacy `urlObject` (`require('url').Url`) is created and returned by the
919
#### urlObject.auth
920
921
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
+referred to as _userinfo_. This string subset follows the `protocol` and
923
double slashes (if present) and precedes the `host` component, delimited by an
924
ASCII "at sign" (`@`). The format of the string is `{username}[:{password}]`,
925
with the `[:{password}]` portion being optional.
0 commit comments