Fix typo in ttl.md

This fixes a typo `docs/ttl.md`
This commit is contained in:
Ratnadeep Debnath 2020-05-08 16:49:35 +05:30 committed by GitHub
parent 1aea21f6ae
commit e1bf3fb612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ PRs welcome!
Notes Notes
===== =====
When the `external-dns.alpha.kubernetes.io/ttl` annotation is not provided, the TTL will default to 0 seconds and `enpoint.TTL.isConfigured()` will be false. When the `external-dns.alpha.kubernetes.io/ttl` annotation is not provided, the TTL will default to 0 seconds and `endpoint.TTL.isConfigured()` will be false.
### AWS Provider ### AWS Provider
The AWS Provider overrides the value to 300s when the TTL is 0. The AWS Provider overrides the value to 300s when the TTL is 0.