Skip to content

Commit 08aa8e3

Browse files
authored
fix typo in config.example.js
1 parent e4479fc commit 08aa8e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.example.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ module.exports = {
5151
// They get double if they also the uploader of the accepted torrent
5252
SQ_BP_EARNED_PER_FILLED_REQUEST: 1,
5353

54-
// Number of bonus it costs a user to buy 1 invite (set to 0 to disable buying invites).
54+
// Number of bonus points it costs a user to buy 1 invite (set to 0 to disable buying invites).
5555
SQ_BP_COST_PER_INVITE: 3,
5656

57-
// Number of bonus it costs a user to buy 1 GB of upload (set to 0 to disable buying upload).
57+
// Number of bonus points it costs a user to buy 1 GB of upload (set to 0 to disable buying upload).
5858
SQ_BP_COST_PER_GB: 3,
5959

6060
// Whether to enable freeleech on all torrents.

0 commit comments

Comments
 (0)