Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix broken sentence in URL.parse
  • Loading branch information
SuperchupuDev authored Jul 22, 2025
commit f3645626a2ab8ea4bcd96a9ad9a24e92e7d05fe0
2 changes: 1 addition & 1 deletion doc/api/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
Loading