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:
parent
b002f6ec27
commit
458c2bbb8f
@ -929,7 +929,7 @@ For example: `'user:pass'`.
|
|||||||
#### urlObject.hash
|
#### urlObject.hash
|
||||||
|
|
||||||
The `hash` property consists of the "fragment" portion of the URL including
|
The `hash` property consists of the "fragment" portion of the URL including
|
||||||
the leading ASCII hash (`#`) character.
|
the leading `#` character.
|
||||||
|
|
||||||
For example: `'#hash'`.
|
For example: `'#hash'`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user