From a89f269cd838e54440eac87769a9c23b8d6b0f20 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 12 Nov 2020 19:05:43 -0800 Subject: oxford comma --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/api.md b/docs/api.md index b0700d9..ad69f19 100644 --- a/docs/api.md +++ b/docs/api.md @@ -530,7 +530,7 @@ information on how to define a protocol extension. ## `torrent.on('noPeers', function (announceType) {})` -Emitted whenever a DHT, tracker or LSD announce occurs, but no peers have been found. `announceType` is either `'tracker'`, `'dht'` or `'lsd'` depending on which announce occurred to trigger this event. Note that if you're attempting to discover peers from a tracker, a DHT and LSD, you'll see this event separately for each. +Emitted whenever a DHT, tracker, or LSD announce occurs, but no peers have been found. `announceType` is either `'tracker'`, `'dht'`, or `'lsd'` depending on which announce occurred to trigger this event. Note that if you're attempting to discover peers from a tracker, a DHT, and LSD, you'll see this event separately for each. # File API -- cgit v1.2.3