Skip to content

Commit 233808d

Browse files
meyeringgitster
authored andcommitted
doc typo: s/prior committing/prior to committing/
Signed-off-by: Jim Meyering <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fdcf39e commit 233808d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-cherry-pick.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ OPTIONS
2424

2525
-e|--edit::
2626
With this option, `git-cherry-pick` will let you edit the commit
27-
message prior committing.
27+
message prior to committing.
2828

2929
-x::
3030
When recording the commit, append to the original commit

Documentation/git-revert.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ OPTIONS
2424

2525
-e|--edit::
2626
With this option, `git-revert` will let you edit the commit
27-
message prior committing the revert. This is the default if
27+
message prior to committing the revert. This is the default if
2828
you run the command from a terminal.
2929

3030
-m parent-number|--mainline parent-number::

0 commit comments

Comments
 (0)