|
60 | 60 | - [Discord](#discord) |
61 | 61 | - [Pushover](#pushover) |
62 | 62 | - [Webhook](#webhook) |
63 | | - - [Webhook with HTTP GET reqeust](#webhook-with-http-get-reqeust) |
| 63 | + - [Webhook with HTTP GET request](#webhook-with-http-get-request) |
64 | 64 | - [Webhook with HTTP POST request](#webhook-with-http-post-request) |
65 | 65 | - [Miscellaneous topics](#miscellaneous-topics) |
66 | 66 | - [IPv6 support](#ipv6-support) |
@@ -743,7 +743,7 @@ More info: [English](https://faq.infomaniak.com/2376) |
743 | 743 | For Hetzner, you have to create an access token. This can be done in the DNS-Console. |
744 | 744 | (Person Icon in the top left corner --> API Tokens) |
745 | 745 | Notice: If a domain has multiple Records **only the first** Record will be updated. |
746 | | -Make shure there is just one record. |
| 746 | +Make sure there is just one record. |
747 | 747 |
|
748 | 748 | <details> |
749 | 749 | <summary>Example</summary> |
@@ -773,7 +773,7 @@ Make shure there is just one record. |
773 | 773 | #### OVH |
774 | 774 |
|
775 | 775 | For OVH, you need to provide a Consumerkey, an Appsecret, an Appkey and configure all the domains & subdomains. |
776 | | -The neeeded values can be obtaines by visting [this site](https://www.ovh.com/auth/api/createToken) |
| 776 | +The needed values can be obtained by visiting [this site](https://www.ovh.com/auth/api/createToken) |
777 | 777 | Rights should be '\*' on GET, POST and PUT |
778 | 778 | More info: [help.ovhcloud.com](https://help.ovhcloud.com/csm/en-gb-api-getting-started-ovhcloud-api?id=kb_article_view&sysparm_article=KB0042784) |
779 | 779 |
|
@@ -978,7 +978,7 @@ Available variables: |
978 | 978 | > - `IP`: The new IP address. |
979 | 979 | > - `IPType`: The type of the IP: `IPV4` or `IPV6`. |
980 | 980 |
|
981 | | -#### Webhook with HTTP GET reqeust |
| 981 | +#### Webhook with HTTP GET request |
982 | 982 |
|
983 | 983 | ```json |
984 | 984 | "webhook": { |
|
0 commit comments