diff options
| author | Elijah Newren <newren@gmail.com> | 2023-10-08 06:45:13 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 12:06:29 -0700 |
| commit | 401a4e257e6be731f7dd230b399800a1d79415d0 (patch) | |
| tree | 83ba6854e5ea2777aabf1126fe579df95a8c6f98 | |
| parent | documentation: fix adjective vs. noun (diff) | |
| download | git-401a4e257e6be731f7dd230b399800a1d79415d0.tar.gz git-401a4e257e6be731f7dd230b399800a1d79415d0.zip | |
documentation: fix verb vs. noun
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/config/imap.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/imap.txt b/Documentation/config/imap.txt index fa0dccc3d8..3d28f72643 100644 --- a/Documentation/config/imap.txt +++ b/Documentation/config/imap.txt @@ -4,7 +4,7 @@ imap.folder:: "[Gmail]/Drafts". Required. imap.tunnel:: - Command used to setup a tunnel to the IMAP server through which + Command used to set up a tunnel to the IMAP server through which commands will be piped instead of using a direct network connection to the server. Required when imap.host is not set. |
