diff --git a/doc/api/errors.md b/doc/api/errors.md index 5a8637a0ecc8b0..95ad3c9c671954 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -773,19 +773,17 @@ STDERR/STDOUT, and the data's length is longer than the `maxBuffer` option. ### `ERR_CLOSED_MESSAGE_PORT` - There was an attempt to use a `MessagePort` instance in a closed @@ -802,7 +800,7 @@ non-writable `stdout` or `stderr` stream. ### `ERR_CONSTRUCT_CALL_INVALID` - @@ -1275,7 +1273,7 @@ to the current platform which is running Node.js is used. ### `ERR_FS_CP_DIR_TO_NON_DIR` - @@ -1286,7 +1284,7 @@ etc.) using [`fs.cp()`][]. ### `ERR_FS_CP_EEXIST` - @@ -1297,7 +1295,7 @@ An attempt was made to copy over a file that already existed with ### `ERR_FS_CP_EINVAL` - @@ -1318,7 +1316,7 @@ Response body size doesn't match with the specified content-length header value. ### `ERR_FS_CP_FIFO_PIPE` - @@ -1328,7 +1326,7 @@ An attempt was made to copy a named pipe with [`fs.cp()`][]. ### `ERR_FS_CP_NON_DIR_TO_DIR` - @@ -1339,7 +1337,7 @@ using [`fs.cp()`][]. ### `ERR_FS_CP_SOCKET` - @@ -1349,7 +1347,7 @@ An attempt was made to copy to a socket with [`fs.cp()`][]. ### `ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY` - @@ -1360,7 +1358,7 @@ of `src`. ### `ERR_FS_CP_UNKNOWN` - @@ -1716,7 +1714,7 @@ made to mark a stream and dependent of itself. ### `ERR_HTTP2_TOO_MANY_INVALID_FRAMES` - @@ -3177,7 +3175,7 @@ attempting a [`require()`][] operation or when loading the program entry point. ### `ERR_CANNOT_TRANSFER_OBJECT` - diff --git a/doc/api/url.md b/doc/api/url.md index 9fb1d14f03a328..6412988d6103b6 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -129,7 +129,7 @@ return `true`. #### `new URL(input[, base])` -