From 51551a6f79c021b7787906aea8b07ecdbbba274e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Joly?= <7347374+cljoly@users.noreply.github.com> Date: Tue, 2 Mar 2021 00:35:53 +0000 Subject: [PATCH] Typo (#1070) --- docs/why-the-dot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/why-the-dot.md b/docs/why-the-dot.md index 087513efc..f4d3d22fb 100644 --- a/docs/why-the-dot.md +++ b/docs/why-the-dot.md @@ -40,7 +40,7 @@ add the domain to it. Here are four examples: ``` - CNAME("foo", "bar) // Permitted. (expands to bar.$DOMAIN) + CNAME("foo", "bar") // Permitted. (expands to bar.$DOMAIN) CNAME("foo", "bar.com.") // Permitted. (we are certain what the user wants) CNAME("foo", "bar.com") // ERROR (ambiguous) CNAME("foo", "meta.xyz") // ERROR (ambiguous)