From a091fbeb7fdf5940921bb1c78c154fb2b1733f2e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 14 Aug 2018 15:29:22 -0700 Subject: 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 Reviewed-By: Bryan English --- doc/api/url.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/url.md') 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'`. -- cgit v1.2.3