Skip to content

Commit 8525623

Browse files
authored
[skip ci] fix two typos in README: refered → referred, mentionned → mentioned (#19)
1 parent 013be6f commit 8525623

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pip install certbot-dns-ionos-cloud
3131

3232
## Credentials file
3333

34-
As mentionned in the previous section, the `--dns-ionos-credentials` needs to point to an ini file containing the IONOS API access token. The file must contain the `ionos_dns_token` key with the value of the access token.
34+
As mentioned in the previous section, the `--dns-ionos-credentials` needs to point to an ini file containing the IONOS API access token. The file must contain the `ionos_dns_token` key with the value of the access token.
3535

3636
```
3737
dns_ionos_token=YOUR_API_JWT_ACCESS_TOKEN
@@ -85,4 +85,4 @@ unit tests can be run using: `make test`
8585
## Related Plugins
8686

8787
It's important to note that this plugin targets IONOS [Cloud DNS service](https://cloud.ionos.com/network/cloud-dns).
88-
IONOS offers a different service for managing DNS zones, refered to as [IONOS Developer DNS API](https://developer.hosting.ionos.com/docs/dns). For the latter, there is dedicated plugin managed by the community: [https://github.com/helgeerbe/certbot-dns-ionos](https://github.com/helgeerbe/certbot-dns-ionos)
88+
IONOS offers a different service for managing DNS zones, referred to as [IONOS Developer DNS API](https://developer.hosting.ionos.com/docs/dns). For the latter, there is dedicated plugin managed by the community: [https://github.com/helgeerbe/certbot-dns-ionos](https://github.com/helgeerbe/certbot-dns-ionos)

0 commit comments

Comments
 (0)