mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Corrected spelling of 'formatted' (#43785)
This commit is contained in:
parent
ce7eecd782
commit
f5cd6d2821
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
callback: debug
|
callback: debug
|
||||||
type: stdout
|
type: stdout
|
||||||
short_description: formated stdout/stderr display
|
short_description: formatted stdout/stderr display
|
||||||
description:
|
description:
|
||||||
- Use this callback to sort though extensive debug output
|
- Use this callback to sort though extensive debug output
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue