Fix typos in "Performing actions on torrents".

Changed "Preforming" to "Performing".
Changed the '&' character after "<info_hash>" to '?'.
This commit is contained in:
ftsimas 2019-02-10 19:35:52 +02:00 committed by GitHub
parent 51ad322899
commit c4e4d2c016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,10 +30,10 @@ All Endpoints require a authorization token which must be set in the configurati
- seeders & leechers - seeders & leechers
- times the torrent's download was completed - times the torrent's download was completed
- Preforming actions on torrents - Performing actions on torrents
`POST /t/<info_hash>&action=<action>&token=... HTTP/1.0` `POST /t/<info_hash>?action=<action>&token=... HTTP/1.0`
Valid actions are: `flag`, `unflag`, `add` & `remove`. Valid actions are: `flag`, `unflag`, `add` & `remove`.
`add` & `remove` are only valid for non-dynamic tracking modes. `add` & `remove` are only valid for non-dynamic tracking modes.