summaryrefslogtreecommitdiff
path: root/doc/api/url.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-08-14 15:16:13 -0700
committerRich Trott <rtrott@gmail.com>2018-08-14 16:39:25 -0700
commit91dac87f6cb4495152892b82d9c761cc0110d318 (patch)
treeb4c6f01e27f54692bd5984aa2d896334a5d87c1c /doc/api/url.md
parent85f7ae4cb4a938daa0e8f68492caee3fae5b0578 (diff)
downloadandroid-node-v8-91dac87f6cb4495152892b82d9c761cc0110d318.tar.gz
android-node-v8-91dac87f6cb4495152892b82d9c761cc0110d318.tar.bz2
android-node-v8-91dac87f6cb4495152892b82d9c761cc0110d318.zip
doc: use italics for words-as-words
PR-URL: https://github.com/nodejs/node/pull/22324 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Bryan English <bryan@bryanenglish.com>
Diffstat (limited to 'doc/api/url.md')
-rw-r--r--doc/api/url.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/url.md b/doc/api/url.md
index 7a101f6706..0fa8d475da 100644
--- a/doc/api/url.md
+++ b/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.