Skip to content

Commit 3426101

Browse files
committed
Merge pull request progit#327 from rmzelle/patch-1
Fix typo ("you patch" > "your patch")
2 parents 23b7aa2 + 40f5719 commit 3426101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/02-git-basics/sections/recording-changes.asc

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ index 8ebb991..643e24f 100644
282282
if we have to read the whole diff to figure out why you're contributing
283283
in the first place, you're less likely to get feedback and have your change
284284
-merged in.
285-
+merged in. Also, split your changes into comprehensive chunks if you patch is
285+
+merged in. Also, split your changes into comprehensive chunks if your patch is
286286
+longer than a dozen lines.
287287
288288
If you are starting to work on a particular area, feel free to submit a PR
@@ -360,7 +360,7 @@ index 8ebb991..643e24f 100644
360360
if we have to read the whole diff to figure out why you're contributing
361361
in the first place, you're less likely to get feedback and have your change
362362
-merged in.
363-
+merged in. Also, split your changes into comprehensive chunks if you patch is
363+
+merged in. Also, split your changes into comprehensive chunks if your patch is
364364
+longer than a dozen lines.
365365
366366
If you are starting to work on a particular area, feel free to submit a PR

0 commit comments

Comments
 (0)