type: sub-module -> submodule (#73087)

Updates the docs for the git module. Elsewhere in this file submodule is all one word, and it's all one word in git docs.
This commit is contained in:
mkenigs 2021-01-04 12:03:21 -06:00 committed by GitHub
parent 776274143f
commit 418bad7ad4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ options:
recursive:
description:
- if C(no), repository will be cloned without the --recursive
option, skipping sub-modules.
option, skipping submodules.
type: bool
default: 'yes'
version_added: "1.6"