Fix typo in aws log group return documentation (#56335)
Change from objetcs to objects
This commit is contained in:
parent
35c655c8f5
commit
27fcd0fd9e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ EXAMPLES = '''
|
|||
|
||||
RETURN = '''
|
||||
log_groups:
|
||||
description: Return the list of complex objetcs representing log groups
|
||||
description: Return the list of complex objects representing log groups
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
|
|
Loading…
Reference in a new issue