★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/d2848697dcNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files

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: #22326
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Bryan English <bryan@bryanenglish.com>
  • Loading branch information...
Trott authored and rvagg committed Aug 14, 2018
1 parent 6d29986 commit d2848697dc7ba8ba606dac5812722babfd45c6c0
Showing with 1 addition and 1 deletion.
  1. +1 −1 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'`.

0 comments on commit d284869

Please sign in to comment.
You can’t perform that action at this time.