Skip to content

Commit cc0f827

Browse files
Trottcodebytere
authored andcommitted
doc: remove "currently" from events.md
PR-URL: #33756 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 4a738e6 commit cc0f827

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/api/events.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ added: REPLACEME
944944
945945
The `EventTarget` and `Event` objects are a Node.js-specific implementation
946946
of 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
948948
user code to create.
949949

950950
```js
@@ -1099,15 +1099,15 @@ added: REPLACEME
10991099
-->
11001100

11011101
Returns 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
11031103
Node.js and is provided purely for completeness.
11041104

11051105
#### `event.currentTarget`
11061106
<!-- YAML
11071107
added: REPLACEME
11081108
-->
11091109

1110-
* Type: {EventTarget} The `EventTarget` currently dispatching the event.
1110+
* Type: {EventTarget} The `EventTarget` dispatching the event.
11111111

11121112
Alias for `event.target`.
11131113

@@ -1161,7 +1161,7 @@ This is not used in Node.js and is provided purely for completeness.
11611161
added: REPLACEME
11621162
-->
11631163

1164-
* Type: {EventTarget} The `EventTarget` currently dispatching the event.
1164+
* Type: {EventTarget} The `EventTarget` dispatching the event.
11651165

11661166
Alias for `event.target`.
11671167

@@ -1184,7 +1184,7 @@ This is not used in Node.js and is provided purely for completeness.
11841184
added: 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

13121312
Node.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

Comments
 (0)