mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +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
@@ -262,7 +262,7 @@ dest:
|
||||
sample: "/etc/pam.d/system-auth"
|
||||
backupdest:
|
||||
description:
|
||||
- "The file name of the the backup file, if created."
|
||||
- "The file name of the backup file, if created."
|
||||
returned: success
|
||||
type: string
|
||||
version_added: 2.6
|
||||
|
||||
Reference in New Issue
Block a user