From 023dca79e948902b85a5c59314a3e5b48f175eed Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Thu, 8 Jun 2017 13:56:44 -0400 Subject: [PATCH] fixup! --- docs/_functions/domain/DefaultTTL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_functions/domain/DefaultTTL.md b/docs/_functions/domain/DefaultTTL.md index ec527461d..57aaa6072 100644 --- a/docs/_functions/domain/DefaultTTL.md +++ b/docs/_functions/domain/DefaultTTL.md @@ -17,7 +17,7 @@ D("example.com", REGISTRAR, DnsProvider("R53"), ); {%endhighlight%} -The DefaultTTL duration can take the same values as [TTL](#TTL): -an integer number of seconds or a string with a unit such as `"4d"`. +The DefaultTTL duration is the same format as [TTL](#TTL): an integer number of seconds +or a string with a unit such as `"4d"`. {% include endExample.html %}