Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5e979bf

Browse filesBrowse 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 <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent c3c86b6 commit 5e979bf
Copy full SHA for 5e979bf

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Open diff view settings
Collapse file

‎doc/api/url.md‎

Copy file name to clipboardExpand all lines: doc/api/url.md
+6-6Lines changed: 6 additions & 6 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.