]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/gitworkflows.txt
doc: typo: s/can not/cannot/ and s/is does/does/
[thirdparty/git.git] / Documentation / gitworkflows.txt
index 926e044d098bc1399c923c4f204bca5d4a7a37bf..ca11c7bdafb91bc2f6ae71ca18a2f6b45e5f38b0 100644 (file)
@@ -107,7 +107,7 @@ the unstable branch into the stable one.  Hence the following:
 .Merge upwards
 [caption="Rule: "]
 =====================================
-Always commit your fixes to the oldest supported branch that require
+Always commit your fixes to the oldest supported branch that requires
 them.  Then (periodically) merge the integration branches upwards into each
 other.
 =====================================