From f3645626a2ab8ea4bcd96a9ad9a24e92e7d05fe0 Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Tue, 22 Jul 2025 13:36:51 +0200 Subject: [PATCH] doc: fix broken sentence in `URL.parse` --- doc/api/url.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`