Skip to content

Commit 9074f9b

Browse files
TrottBridgeAR
authored andcommitted
doc: clarify special schemes
In url.md, describe "special" protocol schemes as "special" rather than "considered to be special". PR-URL: #28091 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
1 parent f95a52c commit 9074f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/url.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@ console.log(u.href);
440440
// fish://example.org
441441
```
442442

443-
The protocol schemes considered to be special by the WHATWG URL Standard
444-
include: `ftp`, `file`, `gopher`, `http`, `https`, `ws`, and `wss`.
443+
According to the WHATWG URL Standard, special protocol schemes are `ftp`,
444+
`file`, `gopher`, `http`, `https`, `ws`, and `wss`.
445445

446446
#### url.search
447447

0 commit comments

Comments
 (0)