Skip to content

Commit f09985d

Browse files
aarock1234targos
authored andcommitted
doc: update url.md
Add missing 's' to example URL. PR-URL: #36147 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent cb4652e commit f09985d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/url.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Node.js specific, and a newer API that implements the same
2424
[WHATWG URL Standard][] used by web browsers.
2525

2626
A comparison between the WHATWG and Legacy APIs is provided below. Above the URL
27-
`'http://user:[email protected]:8080/p/a/t/h?query=string#hash'`, properties
27+
`'https://user:[email protected]:8080/p/a/t/h?query=string#hash'`, properties
2828
of an object returned by the legacy `url.parse()` are shown. Below it are
2929
properties of a WHATWG `URL` object.
3030

0 commit comments

Comments
 (0)