Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 42dfda8

Browse filesBrowse files
Trottcodebytere
authored andcommitted
doc: remove stray comma in url.md
PR-URL: #36175 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 2fdf509 commit 42dfda8
Copy full SHA for 42dfda8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/url.md‎

Copy file name to clipboardExpand all lines: doc/api/url.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.