git: 2762a73f93 - main - Remove "either" where only one case is shown

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Tue, 18 Jul 2023 15:31:22 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2762a73f933fe893cfacc526f1fcdea1552c2b49

commit 2762a73f933fe893cfacc526f1fcdea1552c2b49
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-07-18 15:29:32 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-07-18 15:29:32 +0000

    Remove "either" where only one case is shown
    
    PR:             264751
    Fixes:          1e28a7874537 ("git primer: Fix two errors")
    Sponsored by:   The FreeBSD Foundation
---
 documentation/content/en/articles/committers-guide/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index dc3163a71b..04ab91b891 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -419,7 +419,7 @@ git worktree add -b admin ../${repo}-admin internal/admin
 For browsing `internal/admin` branch on web:
 `https://cgit.freebsd.org/${repo}/log/?h=internal/admin`
 
-For pushing, either specify the full refspec:
+For pushing, specify the full refspec:
 
 [source,shell]
 ....