★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/3236697c0bNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files

doc: use italics for words-as-words

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 14, 2018
1 parent da76b61 commit 3236697c0be7b7bb8b6c28bd022ed13589c7dee6
Showing with 1 addition and 1 deletion.
  1. +1 −1 doc/api/url.md
@@ -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.

0 comments on commit 3236697

Please sign in to comment.
You can’t perform that action at this time.