From cc0f827182a7a2f3b7934d8b479dfbbb045a6b2d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 5 Jun 2020 10:48:00 -0700 Subject: [PATCH] doc: remove "currently" from events.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/33756 Reviewed-By: James M Snell Reviewed-By: Benjamin Gruenbaum Reviewed-By: Michaƫl Zasso Reviewed-By: Trivikram Kamat --- doc/api/events.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/api/events.md b/doc/api/events.md index 57188c6a7f9144..264d84bf873dd6 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -944,7 +944,7 @@ added: REPLACEME The `EventTarget` and `Event` objects are a Node.js-specific implementation of the [`EventTarget` Web API][] that are exposed by some Node.js core APIs. -Neither the `EventTarget` nor `Event` classes are currently available for end +Neither the `EventTarget` nor `Event` classes are available for end user code to create. ```js @@ -1099,7 +1099,7 @@ added: REPLACEME --> Returns an array containing the current `EventTarget` as the only entry or -empty if the event is not currently being dispatched. This is not used in +empty if the event is not being dispatched. This is not used in Node.js and is provided purely for completeness. #### `event.currentTarget` @@ -1107,7 +1107,7 @@ Node.js and is provided purely for completeness. added: REPLACEME --> -* Type: {EventTarget} The `EventTarget` currently dispatching the event. +* Type: {EventTarget} The `EventTarget` dispatching the event. Alias for `event.target`. @@ -1161,7 +1161,7 @@ This is not used in Node.js and is provided purely for completeness. added: REPLACEME --> -* Type: {EventTarget} The `EventTarget` currently dispatching the event. +* Type: {EventTarget} The `EventTarget` dispatching the event. Alias for `event.target`. @@ -1184,7 +1184,7 @@ This is not used in Node.js and is provided purely for completeness. added: REPLACEME --> -* Type: {EventTarget} The `EventTarget` currently dispatching the event. +* Type: {EventTarget} The `EventTarget` dispatching the event. #### `event.timeStamp`