diff --git a/doc/api/url.md b/doc/api/url.md index 53503bc062988a..df1362a30c22f2 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -332,7 +332,7 @@ console.log(myURL.password); myURL.password = '123'; console.log(myURL.href); -// Prints https://abc:123@example.com +// Prints https://abc:123@example.com/ ``` Invalid URL characters included in the value assigned to the `password` property