mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo additonal -> addition
This commit is contained in:
parent
68c60903aa
commit
70dba70ff0
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def present(profile='pagerduty', subdomain=None, api_key=None, **kwargs):
|
|||
|
||||
This method accepts as args everything defined in
|
||||
https://developer.pagerduty.com/documentation/rest/escalation_policies/create.
|
||||
In additonal, user and schedule id's will be translated from name (or email address)
|
||||
In addition, user and schedule id's will be translated from name (or email address)
|
||||
into PagerDuty unique ids. For example:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue