From 3254b61ff1ccb088b6d28eb2a8ce74e59343aff6 Mon Sep 17 00:00:00 2001 From: Kyle Date: Thu, 28 Mar 2024 18:39:50 -0400 Subject: [PATCH] Fix grammar --- User-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User-Guide.md b/User-Guide.md index 1731c0b..dfd3f9a 100644 --- a/User-Guide.md +++ b/User-Guide.md @@ -30,7 +30,7 @@ ## Adding and removing torrents ## | Shortcut | Description | | ------------- | ------------- | -| backspace | Add torrent using an URL or file path. Use tab to view directory content and do auto-complete. Also, wildcards can be used. For example: `~/torrent/*` | +| backspace | Add torrent using a URL or file path. Use tab to view directory content and do auto-complete. Also, wildcards can be used. For example: `~/torrent/*` | | return | Same as backspace, except the torrent remains inactive. (Use ^s to activate) | | ^o | Set new download directory for selected torrent. Only works if torrent has not yet been activated. | | ^s | Start download. Runs hash first unless already done. |