Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2020-11-13 06:05:43 +0300
committerGitHub <noreply@github.com>2020-11-13 06:05:43 +0300
commita89f269cd838e54440eac87769a9c23b8d6b0f20 (patch)
tree93c7f8808b144ec1f73900f4a49efba0cd35d9b0 /docs
parent7c34ba107a094f170385c8a387a254b46052e9c7 (diff)
oxford comma
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md2
1 files changed, 1 insertions, 1 deletions
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