summaryrefslogtreecommitdiff
path: root/doc/api/url.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-08-14 15:27:20 -0700
committerRich Trott <rtrott@gmail.com>2018-08-14 16:41:31 -0700
commit458c2bbb8f0192269c07109b0181300095085bbf (patch)
treeecedb6225394e2be47784325dec769d3ec4c587e /doc/api/url.md
parentb002f6ec27a436c4d3580b953c5e8761f888a6a9 (diff)
downloadandroid-node-v8-458c2bbb8f0192269c07109b0181300095085bbf.tar.gz
android-node-v8-458c2bbb8f0192269c07109b0181300095085bbf.tar.bz2
android-node-v8-458c2bbb8f0192269c07109b0181300095085bbf.zip
doc: simplify urlObject.hash description
It's an octothorp, but no one knows what that is either so let's just show the character in the sentence and be done with it. PR-URL: https://github.com/nodejs/node/pull/22326 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 3b2c7cd8ba..608cefcf44 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -929,7 +929,7 @@ For example: `'user:pass'`.
#### urlObject.hash
The `hash` property consists of the "fragment" portion of the URL including
-the leading ASCII hash (`#`) character.
+the leading `#` character.
For example: `'#hash'`.