1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Corrected spelling of 'formatted' (#43785)

This commit is contained in:
Jerry Elmore 2018-08-07 15:49:04 -04:00 committed by Ryan Brown
parent ce7eecd782
commit f5cd6d2821

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = '''
callback: debug
type: stdout
short_description: formated stdout/stderr display
short_description: formatted stdout/stderr display
description:
- Use this callback to sort though extensive debug output
version_added: "2.4"