summaryrefslogtreecommitdiff
path: root/doc/api/url.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/url.md')
-rw-r--r--doc/api/url.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/url.md b/doc/api/url.md
index 3b2c7cd8ba..608cefcf44 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'`.