Fixing critical typo (#8280)

It's not `webook` - there's an **H** missing there ;)
This commit is contained in:
DubhAd 2019-01-25 16:40:00 +00:00 committed by Klaas Schoute
parent 56dff1b494
commit 2df96bbc21

View File

@ -49,7 +49,7 @@ Right after enabling, the app will take you to the **Log to custom URL** setting
The relevant endpoint starts with: `/api/webhook/` and ends with a unique sequence of characters. This is provided by the integrations panel in the configuration screen (configured above).
```text
https://YOUR.DNS.HOSTNAME:PORT/api/webook/WEBHOOK_ID
https://YOUR.DNS.HOSTNAME:PORT/api/webhook/WEBHOOK_ID
```
- Add the above URL (updating YOUR.DNS.HOSTNAME:PORT to your details) into the **URL** field.