From 9074f9b4e593286cb6f4a10925bfcfce6c584c3f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 5 Jun 2019 22:35:59 -0700 Subject: [PATCH] doc: clarify special schemes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In url.md, describe "special" protocol schemes as "special" rather than "considered to be special". PR-URL: https://github.com/nodejs/node/pull/28091 Reviewed-By: Michaƫl Zasso Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat Reviewed-By: Tiancheng "Timothy" Gu --- doc/api/url.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/url.md b/doc/api/url.md index ae53c98778238e..5e043515b4e638 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -440,8 +440,8 @@ console.log(u.href); // fish://example.org ``` -The protocol schemes considered to be special by the WHATWG URL Standard -include: `ftp`, `file`, `gopher`, `http`, `https`, `ws`, and `wss`. +According to the WHATWG URL Standard, special protocol schemes are `ftp`, +`file`, `gopher`, `http`, `https`, `ws`, and `wss`. #### url.search