]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/gitsubmodules.txt
documentation: fix singular vs. plural
[thirdparty/git.git] / Documentation / gitsubmodules.txt
index 13678ead045adc74fa8bf0af8d88859f996a411b..8400d591da0e8a93035d72a947b07728055eeebd 100644 (file)
@@ -192,7 +192,7 @@ For example:
   [submodule "baz"]
     url = https://example.org/baz
 
-In the above config only the submodule 'bar' and 'baz' are active,
+In the above config only the submodules 'bar' and 'baz' are active,
 'bar' due to (1) and 'baz' due to (3). 'foo' is inactive because
 (1) takes precedence over (3)