diff mbox series

[[PATCH,v2] ] git-push.txt: fix grammar

Message ID 20230810012105.1423462-1-wesleys@opperschaap.net (mailing list archive)
State Accepted
Commit fd3ba590d87145628f8ec9b00d800c652418954b
Headers show
Series [[PATCH,v2] ] git-push.txt: fix grammar | expand

Commit Message

Wesley Schwengle Aug. 10, 2023, 1:21 a.m. UTC
While working on a blog post and using grammarly it suggested this
change.

Signed-off-by: Wesley Schwengle <wesleys@opperschaap.net>
---
 Documentation/git-push.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index 297927d866..5b4edaf4a8 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -37,7 +37,7 @@  the default `<refspec>` by consulting `remote.*.push` configuration,
 and if it is not found, honors `push.default` configuration to decide
 what to push (See linkgit:git-config[1] for the meaning of `push.default`).
 
-When neither the command-line nor the configuration specify what to
+When neither the command-line nor the configuration specifies what to
 push, the default behavior is used, which corresponds to the `simple`
 value for `push.default`: the current branch is pushed to the
 corresponding upstream branch, but as a safety measure, the push is