@@ -170,7 +170,7 @@ console.log(myURL.href);
170
170
```
171
171
172
172
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
174
174
percent-encode may vary somewhat from what the [ ` url.parse() ` ] [ ] and
175
175
[ ` url.format() ` ] [ ] methods would produce.
176
176
@@ -276,7 +276,7 @@ console.log(myURL.href);
276
276
```
277
277
278
278
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
280
280
percent-encode may vary somewhat from what the [ ` url.parse() ` ] [ ] and
281
281
[ ` url.format() ` ] [ ] methods would produce.
282
282
@@ -297,7 +297,7 @@ console.log(myURL.href);
297
297
```
298
298
299
299
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
301
301
to percent-encode may vary somewhat from what the [ ` url.parse() ` ] [ ] and
302
302
[ ` url.format() ` ] [ ] methods would produce.
303
303
@@ -373,7 +373,7 @@ console.log(myURL.port);
373
373
// Prints 1234
374
374
```
375
375
376
- Note that numbers which contain a decimal point,
376
+ Numbers which contain a decimal point,
377
377
such as floating-point numbers or numbers in scientific notation,
378
378
are not an exception to this rule.
379
379
Leading numbers up to the decimal point will be set as the URL's port,
@@ -460,7 +460,7 @@ console.log(myURL.href);
460
460
```
461
461
462
462
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
464
464
characters to percent-encode may vary somewhat from what the [ ` url.parse() ` ] [ ]
465
465
and [ ` url.format() ` ] [ ] methods would produce.
466
466
@@ -490,7 +490,7 @@ console.log(myURL.href);
490
490
```
491
491
492
492
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
494
494
characters to percent-encode may vary somewhat from what the [ ` url.parse() ` ] [ ]
495
495
and [ ` url.format() ` ] [ ] methods would produce.
496
496
0 commit comments