Spelling fix (#5198)

`c` was missing.
This commit is contained in:
Jonathan Weinberg 2018-04-16 16:33:49 -04:00 committed by Alok Saboo
parent 6f7e6f5cde
commit d434247c54

View File

@ -26,7 +26,7 @@ featured: true
Configuration variables: Configuration variables:
- **lets_encrypt.accept_terms** (*Optional*): If you accept the [Let's Encrypt Subscriber Agreement][le], it will generate and update Let's Enrypt certificates for your DuckDNS domain. - **lets_encrypt.accept_terms** (*Optional*): If you accept the [Let's Encrypt Subscriber Agreement][le], it will generate and update Let's Encrypt certificates for your DuckDNS domain.
- **token** (*Required*): Your Duck DNS API key. - **token** (*Required*): Your Duck DNS API key.
- **domains** (*Required*): A list of domains to update DNS. - **domains** (*Required*): A list of domains to update DNS.
- **seconds** (*Required*): Seconds between updates to Duck DNS. - **seconds** (*Required*): Seconds between updates to Duck DNS.