mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
plugins: Doc improvement (#41378)
* Typo fixes * Grammer fixes * Option fixes Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
d6ba139713
commit
063d19048d
11 changed files with 23 additions and 24 deletions
|
@ -32,7 +32,7 @@ DOCUMENTATION = """
|
|||
description: increments between sequence numbers, the default is 1 unless the end is less than the start, then it is -1.
|
||||
type: number
|
||||
format:
|
||||
description: return a string with the generated number formated in
|
||||
description: return a string with the generated number formatted in
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue