0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

doc: simplify urlObject.hash text

Remove "consists of" in favor of "is". Use "fragment identifier" instead
of "fragment" and remove quotes.

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:29:22 -07:00
parent 458c2bbb8f
commit a091fbeb7f

View File

@ -928,8 +928,8 @@ For example: `'user:pass'`.
#### urlObject.hash
The `hash` property consists of the "fragment" portion of the URL including
the leading `#` character.
The `hash` property is the fragment identifier portion of the URL including the
leading `#` character.
For example: `'#hash'`.