Skip to content

Commit 95ac04e

Browse files
committed
fix(dns): fix record
1 parent 1637b40 commit 95ac04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/domains-and-dns/reference-content/understanding-dns-records.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ TXT records can be used for various purposes such as adding information, verific
157157

158158
## Formatting note: trailing dot
159159

160-
In the case of ALIAS, CNAME, DNAME, MX, NS and SRV records, you **must** end your domain with a **trailing dot** as this disables domain search, using only the complete domain name you have given.
160+
In the case of ALIAS, CNAME, DNAME, MX, NS and SRV records, you **must** end your domain with a **trailing dot** to use only the complete hostname you have given.
161161

162162
Not ending your domain name with a trailing dot can result in your domain being tried with a domain name appended to it, or even a list of domain names until one [resolves](/domains-and-dns/concepts/#domain-name-resolution).
163163

0 commit comments

Comments
 (0)