Skip to content

Commit ec6a861

Browse files
Trottrvagg
authored andcommitted
doc: simplify format description of urlObject.auth
The "at sign" is properly the "commercial at" but let's just avoid the whole naming issue by putting the symbol right in the sentence. PR-URL: #22324 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Bryan English <[email protected]>
1 parent 3be55fa commit ec6a861

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/url.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -920,9 +920,9 @@ The legacy `urlObject` (`require('url').Url`) is created and returned by the
920920

921921
The `auth` property is the username and password portion of the URL, also
922922
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 string is either the username, or it is the username
925-
and password separated by `:`.
923+
double slashes (if present) and precedes the `host` component, delimited by `@`.
924+
The string is either the username, or it is the username and password separated
925+
by `:`.
926926

927927
For example: `'user:pass'`.
928928

0 commit comments

Comments
 (0)