From 10e57b0bd01827f5414b04257c8a1d76974b8829 Mon Sep 17 00:00:00 2001 From: Rock Date: Tue, 17 Nov 2020 00:06:14 -0800 Subject: [PATCH] Update url.md Add missing 's' to example URL. --- doc/api/url.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/url.md b/doc/api/url.md index e3f1adba94fc86..4c67f4fc6175c4 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -24,7 +24,7 @@ Node.js specific, and a newer API that implements the same [WHATWG URL Standard][] used by web browsers. A comparison between the WHATWG and Legacy APIs is provided below. Above the URL -`'http://user:pass@sub.example.com:8080/p/a/t/h?query=string#hash'`, properties +`'https://user:pass@sub.example.com:8080/p/a/t/h?query=string#hash'`, properties of an object returned by the legacy `url.parse()` are shown. Below it are properties of a WHATWG `URL` object.