Skip to content

Commit 5e979bf

Browse files
Trotttargos
authored andcommitted
doc: remove "note that" from url.md
Refs: nodejs/remark-preset-lint-node#16 PR-URL: #28329 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent c3c86b6 commit 5e979bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/api/url.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ console.log(myURL.href);
170170
```
171171

172172
Invalid URL characters included in the value assigned to the `hash` property
173-
are [percent-encoded][]. Note that the selection of which characters to
173+
are [percent-encoded][]. The selection of which characters to
174174
percent-encode may vary somewhat from what the [`url.parse()`][] and
175175
[`url.format()`][] methods would produce.
176176

@@ -276,7 +276,7 @@ console.log(myURL.href);
276276
```
277277

278278
Invalid URL characters included in the value assigned to the `password` property
279-
are [percent-encoded][]. Note that the selection of which characters to
279+
are [percent-encoded][]. The selection of which characters to
280280
percent-encode may vary somewhat from what the [`url.parse()`][] and
281281
[`url.format()`][] methods would produce.
282282

@@ -297,7 +297,7 @@ console.log(myURL.href);
297297
```
298298

299299
Invalid URL characters included in the value assigned to the `pathname`
300-
property are [percent-encoded][]. Note that the selection of which characters
300+
property are [percent-encoded][]. The selection of which characters
301301
to percent-encode may vary somewhat from what the [`url.parse()`][] and
302302
[`url.format()`][] methods would produce.
303303

@@ -373,7 +373,7 @@ console.log(myURL.port);
373373
// Prints 1234
374374
```
375375

376-
Note that numbers which contain a decimal point,
376+
Numbers which contain a decimal point,
377377
such as floating-point numbers or numbers in scientific notation,
378378
are not an exception to this rule.
379379
Leading numbers up to the decimal point will be set as the URL's port,
@@ -460,7 +460,7 @@ console.log(myURL.href);
460460
```
461461

462462
Any invalid URL characters appearing in the value assigned the `search`
463-
property will be [percent-encoded][]. Note that the selection of which
463+
property will be [percent-encoded][]. The selection of which
464464
characters to percent-encode may vary somewhat from what the [`url.parse()`][]
465465
and [`url.format()`][] methods would produce.
466466

@@ -490,7 +490,7 @@ console.log(myURL.href);
490490
```
491491

492492
Any invalid URL characters appearing in the value assigned the `username`
493-
property will be [percent-encoded][]. Note that the selection of which
493+
property will be [percent-encoded][]. The selection of which
494494
characters to percent-encode may vary somewhat from what the [`url.parse()`][]
495495
and [`url.format()`][] methods would produce.
496496

0 commit comments

Comments
 (0)