@@ -944,7 +944,7 @@ added: REPLACEME
944944
945945The ` EventTarget ` and ` Event ` objects are a Node.js-specific implementation
946946of the [ ` EventTarget ` Web API] [ ] that are exposed by some Node.js core APIs.
947- Neither the ` EventTarget ` nor ` Event ` classes are currently available for end
947+ Neither the ` EventTarget ` nor ` Event ` classes are available for end
948948user code to create.
949949
950950``` js
@@ -1099,15 +1099,15 @@ added: REPLACEME
10991099-->
11001100
11011101Returns an array containing the current ` EventTarget ` as the only entry or
1102- empty if the event is not currently being dispatched. This is not used in
1102+ empty if the event is not being dispatched. This is not used in
11031103Node.js and is provided purely for completeness.
11041104
11051105#### ` event.currentTarget `
11061106<!-- YAML
11071107added: REPLACEME
11081108-->
11091109
1110- * Type: {EventTarget} The ` EventTarget ` currently dispatching the event.
1110+ * Type: {EventTarget} The ` EventTarget ` dispatching the event.
11111111
11121112Alias for ` event.target ` .
11131113
@@ -1161,7 +1161,7 @@ This is not used in Node.js and is provided purely for completeness.
11611161added: REPLACEME
11621162-->
11631163
1164- * Type: {EventTarget} The ` EventTarget ` currently dispatching the event.
1164+ * Type: {EventTarget} The ` EventTarget ` dispatching the event.
11651165
11661166Alias for ` event.target ` .
11671167
@@ -1184,7 +1184,7 @@ This is not used in Node.js and is provided purely for completeness.
11841184added: REPLACEME
11851185-->
11861186
1187- * Type: {EventTarget} The ` EventTarget ` currently dispatching the event.
1187+ * Type: {EventTarget} The ` EventTarget ` dispatching the event.
11881188
11891189#### ` event.timeStamp `
11901190<!-- YAML
@@ -1310,7 +1310,7 @@ added: REPLACEME
13101310* Returns: {string[ ] }
13111311
13121312Node.js-specific extension to the ` EventTarget ` class that returns an array
1313- of event ` type ` names for which event listeners are currently registered.
1313+ of event ` type ` names for which event listeners are registered.
13141314
13151315#### ` nodeEventTarget.listenerCount(type) `
13161316<!-- YAML
0 commit comments