Skip to content

Commit 829eb78

Browse files
authored
Correct confusing grammar
The phrasing in a warning was confusing.
1 parent 003afa5 commit 829eb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/03-git-branching/sections/rebasing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ image::images/interesting-rebase-5.png[Final commit history.]
138138
(((rebasing, perils of)))
139139
Ahh, but the bliss of rebasing isn't without its drawbacks, which can be summed up in a single line:
140140

141-
*Do not rebase commits that exist outside your repository and people may have based work on them.*
141+
*Do not rebase commits that exist outside your repository and that people may have based work on.*
142142

143143
If you follow that guideline, you'll be fine.
144144
If you don't, people will hate you, and you'll be scorned by friends and family.

0 commit comments

Comments
 (0)