doc: fix 'aborted' event documentation · nodejs/node@377f7b9

Original file line numberDiff line numberDiff line change

@@ -284,14 +284,6 @@ added: v1.4.1

284284

Emitted when the request has been aborted by the client. This event is only

285285

emitted on the first call to `abort()`.

286286
287-

### Event: 'aborted'

288-

<!-- YAML

289-

added: v0.3.8

290-

-->

291-
292-

Emitted when the request has been aborted by the server and the network

293-

socket has closed.

294-
295287

### Event: 'connect'

296288

<!-- YAML

297289

added: v0.7.0

@@ -1196,8 +1188,7 @@ following additional events, methods, and properties.

11961188

added: v0.3.8

11971189

-->

11981190
1199-

Emitted when the request has been aborted by the client and the network

1200-

socket has closed.

1191+

Emitted when the request has been aborted and the network socket has closed.

12011192
12021193

### Event: 'close'

12031194

<!-- YAML