| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3be55fa commit ec6a861
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -920,9 +920,9 @@ The legacy `urlObject` (`require('url').Url`) is created and returned by the | |||
| 920 | 920 | ||
| 921 | 921 | The `auth` property is the username and password portion of the URL, also | |
| 922 | 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 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 `:`. | ||
| 926 | 926 | ||
| 927 | 927 | For example: `'user:pass'`. | |
| 928 | 928 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments