mirror of https://github.com/nodejs/node.git
doc: update url.md
Add missing 's' to example URL. PR-URL: https://github.com/nodejs/node/pull/36147 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>pull/36099/head
parent
3bd9b81da0
commit
b558075738
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue