diff --git a/doc/api/url.md b/doc/api/url.md index ba80ec96d3d38b..389571ee94fba9 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