diff --git a/doc/api/url.md b/doc/api/url.md index 4d787b03dd5bea..96b33f956c31e4 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -720,7 +720,7 @@ added: v22.1.0 Parses a string as a URL. If `base` is provided, it will be used as the base URL for the purpose of resolving non-absolute `input` URLs. Returns `null` -if `input` is not a valid. +if the parameters can't be resolved to a valid URL. ### Class: `URLPattern`