From 1e7bc2c4cc63a592811dfde59ac2859657daf4c4 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Wed, 10 Jul 2024 20:44:32 -0400 Subject: [PATCH] `transmission_daemon.md`: Introduction grammar corrections --- docs/guides/file_sharing/transmission_daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/file_sharing/transmission_daemon.md b/docs/guides/file_sharing/transmission_daemon.md index a077946880..33f92de7ed 100644 --- a/docs/guides/file_sharing/transmission_daemon.md +++ b/docs/guides/file_sharing/transmission_daemon.md @@ -9,7 +9,7 @@ tags: ## Introduction -BitTorrent needs no introduction, but if you are unaware, BitTorrent is a peer-to-peer file-sharing protocol. BitTorrent relies on multiple peers seeding (uploading) the requested file to you, but you are also back to future downloaders. +BitTorrent needs no introduction, but if you are unaware, BitTorrent is a peer-to-peer file-sharing protocol. BitTorrent relies on multiple peers seeding (uploading) the requested file to you, but you also seed back to future downloaders. Transmission is a popular open-source BitTorrent client with multiple frontends and backends. Here, you will install the headless "daemon" backend.