Update triggers.md (#4939)

This commit is contained in:
Wang Jie 2017-10-17 07:25:42 +08:00 committed by Misty Stanley-Jones
parent e36f465e2a
commit ae38e3692e
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ Docker Cloud supports two types of triggers:
6. Use the POST request URL provided to configure the webhook in your
application or third party service.
## Revoking triggers
## Revoke triggers
To stop a trigger from automatically scaling or redeploying, you must revoke it.
@ -54,6 +54,6 @@ To stop a trigger from automatically scaling or redeploying, you must revoke it.
Once the trigger is revoked, it stops accepting requests.
## Using triggers in the API and CLI
## Use triggers in the API and CLI
See our [API and CLI documentation](/apidocs/docker-cloud.md#triggers) to learn how to use triggers with our API and the CLI.