Skip to content

Commit

Permalink
doc: update url.md
Browse files Browse the repository at this point in the history
Add missing 's' to example URL.

PR-URL: #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>
  • Loading branch information
aarock1234 authored and targos committed May 1, 2021
1 parent 5747dff commit 760e593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/url.md
Expand Up @@ -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.

Expand Down

0 comments on commit 760e593

Please sign in to comment.