diff --git a/doc/api/errors.md b/doc/api/errors.md index 51057558fc49ad..be90d1b375b7cf 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -711,7 +711,7 @@ urlSearchParams.has.call(buf, 'foo'); ### ERR_INVALID_TUPLE Used when an element in the `iterable` provided to the [WHATWG][WHATWG URL -API] [`URLSearchParams`constructor][`new URLSearchParams(iterable)`] does not +API] [`URLSearchParams` constructor][`new URLSearchParams(iterable)`] does not represent a `[name, value]` tuple – that is, if an element is not iterable, or does not consist of exactly two elements.