We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3236697 commit a658a4dCopy full SHA for a658a4d
doc/api/url.md
@@ -921,8 +921,8 @@ The legacy `urlObject` (`require('url').Url`) is created and returned by the
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
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.
+ASCII "at sign" (`@`). The string is either the username, or it is the username
+and password separated by `:`.
926
927
For example: `'user:pass'`.
928
0 commit comments