Skip to content

Commit a3f3c40

Browse files
Trottrvagg
authored andcommitted
doc: simplify urlObject.hash text
Remove "consists of" in favor of "is". Use "fragment identifier" instead of "fragment" and remove quotes. PR-URL: #22326 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Bryan English <bryan@bryanenglish.com>
1 parent d284869 commit a3f3c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/url.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -928,8 +928,8 @@ For example: `'user:pass'`.
928928

929929
#### urlObject.hash
930930

931-
The `hash` property consists of the "fragment" portion of the URL including
932-
the leading `#` character.
931+
The `hash` property is the fragment identifier portion of the URL including the
932+
leading `#` character.
933933

934934
For example: `'#hash'`.
935935

0 commit comments

Comments
 (0)