diff --git a/doc/api/events.md b/doc/api/events.md index e52758194b8ff3..778c97bfb483e7 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -1878,8 +1878,7 @@ same options as `EventEmitter` and `AsyncResource` themselves. * `captureRejections` {boolean} It enables [automatic capturing of promise rejection][capturerejections]. **Default:** `false`. - * `name` {string} The type of async event. **Default::** - [`new.target.name`][]. + * `name` {string} The type of async event. **Default:** [`new.target.name`][]. * `triggerAsyncId` {number} The ID of the execution context that created this async event. **Default:** `executionAsyncId()`. * `requireManualDestroy` {boolean} If set to `true`, disables `emitDestroy`