diff --git a/doc/api/errors.md b/doc/api/errors.md index aef6580822859e..6eeef46045bd82 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -577,8 +577,8 @@ Used when `Console` is instantiated without `stdout` stream or when `stdout` or ### ERR_FALSY_VALUE_REJECTION -The `ERR_FALSY_VALUE_REJECTION` error code is used by the `util.callbackify()` -API when a callbackified `Promise` is rejected with a falsy value (e.g. `null`). +Used by the `util.callbackify()` API when a callbackified `Promise` is rejected +with a falsy value (e.g. `null`). ### ERR_INDEX_OUT_OF_RANGE