From 458c2bbb8f0192269c07109b0181300095085bbf Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 14 Aug 2018 15:27:20 -0700 Subject: [PATCH] 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 Reviewed-By: Bryan English --- doc/api/url.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/url.md b/doc/api/url.md index 3b2c7cd8ba059a..608cefcf4478c3 100644 --- a/doc/api/url.md +++ b/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'`.