We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdf509 commit 42dfda8Copy full SHA for 42dfda8
doc/api/url.md
@@ -215,7 +215,7 @@ myURL.hostname = 'example.com:82';
215
console.log(myURL.href);
216
// Prints https://example.com:81/foo
217
218
-// Use, myURL.host to change the hostname and port
+// Use myURL.host to change the hostname and port
219
myURL.host = 'example.org:82';
220
221
// Prints https://example.org:82/foo
0 commit comments