Skip to content

Commit 42dfda8

Browse files
Trottcodebytere
authored andcommitted
doc: remove stray comma in url.md
PR-URL: #36175 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 2fdf509 commit 42dfda8

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
@@ -215,7 +215,7 @@ myURL.hostname = 'example.com:82';
215215
console.log(myURL.href);
216216
// Prints https://example.com:81/foo
217217

218-
// Use, myURL.host to change the hostname and port
218+
// Use myURL.host to change the hostname and port
219219
myURL.host = 'example.org:82';
220220
console.log(myURL.href);
221221
// Prints https://example.org:82/foo

0 commit comments

Comments
 (0)