We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e13c4 commit 892b73aCopy full SHA for 892b73a
1 file changed
doc/api/errors.md
@@ -2127,7 +2127,8 @@ An invalid URI was passed.
2127
2128
### `ERR_INVALID_URL`
2129
2130
-An invalid URL was passed to the [WHATWG][WHATWG URL API] [`URL` constructor][`new URL(input)`] or the legacy [`url.parse()`][] to be parsed.
+An invalid URL was passed to the [WHATWG][WHATWG URL API] [`URL`
2131
+constructor][`new URL(input)`] or the legacy [`url.parse()`][] to be parsed.
2132
The thrown error object typically has an additional property `'input'` that
2133
contains the URL that failed to parse.
2134
0 commit comments