mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix typo in aws log group return documentation (#56335)
Change from objetcs to objects
This commit is contained in:
committed by
Abhijeet Kasurde
parent
35c655c8f5
commit
27fcd0fd9e
@@ -83,7 +83,7 @@ EXAMPLES = '''
|
|||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
log_groups:
|
log_groups:
|
||||||
description: Return the list of complex objetcs representing log groups
|
description: Return the list of complex objects representing log groups
|
||||||
returned: success
|
returned: success
|
||||||
type: complex
|
type: complex
|
||||||
contains:
|
contains:
|
||||||
|
|||||||
Reference in New Issue
Block a user