summaryrefslogtreecommitdiff
path: root/doc/api/url.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-08-14 15:29:22 -0700
committerRich Trott <rtrott@gmail.com>2018-08-14 16:41:36 -0700
commita091fbeb7fdf5940921bb1c78c154fb2b1733f2e (patch)
treedba8e3ddfc47e0d194f49217df740cf3cec659e6 /doc/api/url.md
parent458c2bbb8f0192269c07109b0181300095085bbf (diff)
downloadandroid-node-v8-a091fbeb7fdf5940921bb1c78c154fb2b1733f2e.tar.gz
android-node-v8-a091fbeb7fdf5940921bb1c78c154fb2b1733f2e.tar.bz2
android-node-v8-a091fbeb7fdf5940921bb1c78c154fb2b1733f2e.zip
doc: simplify urlObject.hash text
Remove "consists of" in favor of "is". Use "fragment identifier" instead of "fragment" and remove quotes. PR-URL: https://github.com/nodejs/node/pull/22326 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Bryan English <bryan@bryanenglish.com>
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'`.