mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
doc: fixes the the repetitions (#43937)
Wow, this does not seem to be an uncommon misspelling. Might be there are some left that span over two lines. I noticed the one in the git module and then used `grep -rw 'the the'` to find some more.
This commit is contained in:
committed by
René Moser
parent
8dc31a88e8
commit
d779eb1f15
@@ -36,7 +36,7 @@ options:
|
||||
required: true
|
||||
version:
|
||||
description:
|
||||
- What version of the repository to check out. This can be the
|
||||
- What version of the repository to check out. This can be
|
||||
the literal string C(HEAD), a branch name, a tag name.
|
||||
It can also be a I(SHA-1) hash, in which case C(refspec) needs
|
||||
to be specified if the given revision is not already available.
|
||||
|
||||
Reference in New Issue
Block a user