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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/url.md b/doc/api/url.md
index 608cefcf44..00c95ccb3f 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -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'`.