aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/content/en/articles/committers-guide/_index.adoc2
1 files changed, 1 insertions, 1 deletions
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]
....