Fix sentence in Docker Hub webhooks (#5148)

This commit is contained in:
Joao Fernandes 2017-10-27 15:24:26 -07:00 committed by GitHub
parent 3d9ba561b0
commit 92670f4bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ Configure webhooks on `https://hub.docker.com/r/<USERNAME>/<REPOSITORY>/~/settin
![Create Webhook](/docker-hub/images/webhooks.png)
With your webhook, you specify a target URL and a JSON payload to deliver. The
example webhook below generates an HTTP POST that delivers a JSON payload:
With your webhook, you specify a target URL to POST to. Docker Hub will POST
the URL with the following payload:
```json
{