Documentation/git-submodule: refer to gitmodules(5)
[gitweb.git] / Documentation / git-apply.txt
index bae3e7b909736b0827b9fda783d068ade997c466..9ec38f92ba2f9ac51b5cd6ade69758ded31194d6 100644 (file)
@@ -119,7 +119,7 @@ discouraged.
 
 --no-add::
        When applying a patch, ignore additions made by the
-       patch.  This can be used to extract common part between
+       patch.  This can be used to extract the common part between
        two files by first running `diff` on them and applying
        the result with this option, which would apply the
        deletion part but not addition part.