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 <[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]>
  • 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
Original file line number Diff line number Diff line change
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:[email protected]:8080/p/a/t/h?query=string#hash'`, properties
`'https://user:[email protected]: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.