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>
This commit is contained in:
Rich Trott 2018-08-14 15:27:20 -07:00
parent b002f6ec27
commit 458c2bbb8f

View File

@ -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'`.