Skip to content

Commit 892b73a

Browse files
Update doc/api/errors.md
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
1 parent 25e13c4 commit 892b73a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/api/errors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,8 @@ An invalid URI was passed.
21272127

21282128
### `ERR_INVALID_URL`
21292129

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.
2130+
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.
21312132
The thrown error object typically has an additional property `'input'` that
21322133
contains the URL that failed to parse.
21332134

0 commit comments

Comments
 (0)