mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
doc: fixing typo and grammar rundeck_project.py (#51674)
This commit is contained in:
parent
07605923e1
commit
2119fedf4d
1 changed files with 2 additions and 2 deletions
|
@ -73,11 +73,11 @@ rundeck_response:
|
|||
returned: failed
|
||||
type: str
|
||||
before:
|
||||
description: dictionnary containing project informations before modification
|
||||
description: dictionary containing project information before modification
|
||||
returned: success
|
||||
type: dict
|
||||
after:
|
||||
description: dictionnary containing project informations after modification
|
||||
description: dictionary containing project information after modification
|
||||
returned: success
|
||||
type: dict
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue