Skip to content

Commit 61e397a

Browse files
authored
remove "the" - line 88
1 parent 0592849 commit 61e397a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dns/dns-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Configuration errors can cause DNS zones to become unhealthy. The following are
8585

8686
**Recommendation:** Remove all records except glue records under delegation records in your zones.
8787

88-
* **Zero TTL** - TTL (time to live) is a setting that tells the DNS resolver how long to cache a query before requesting a new one. The information gathered is then stored in the cache of the recursive or local resolver for the TTL duration before it reaches back out to the collect new and updated details.
88+
* **Zero TTL** - TTL (time to live) is a setting that tells the DNS resolver how long to cache a query before requesting a new one. The information gathered is then stored in the cache of the recursive or local resolver for the TTL duration before it reaches back out to collect new and updated details.
8989

9090
If the TTL is set to 0 in the configuration, then you can experience one of the following issues:
9191

@@ -115,4 +115,4 @@ Example SRV record names (service name 'sip', protocol 'tcp'):
115115

116116
* Learn about [Azure DNS zones and records](dns-zones-records.md)
117117
* To start using Azure DNS, learn how to [create a DNS zone](./dns-getstarted-portal.md) and [create DNS records](./dns-getstarted-portal.md).
118-
* To migrate an existing DNS zone, learn how to [import and export a DNS zone file](dns-import-export.md).
118+
* To migrate an existing DNS zone, learn how to [import and export a DNS zone file](dns-import-export.md).

0 commit comments

Comments
 (0)