From 03bff6dbb52ef439e11b6fb24dd036e6ab3b6336 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Thu, 11 Jul 2024 08:45:05 -0400 Subject: [PATCH] `transmission_daemon.md`: Introduction grammar corrections (#2177) --- 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.