diff --git a/src/content/docs/dns/zone-setups/partial-setup/dns-resolution.mdx b/src/content/docs/dns/zone-setups/partial-setup/dns-resolution.mdx
index 9a8bf3240f1306..603418a082a61b 100644
--- a/src/content/docs/dns/zone-setups/partial-setup/dns-resolution.mdx
+++ b/src/content/docs/dns/zone-setups/partial-setup/dns-resolution.mdx
@@ -70,15 +70,15 @@ In this case, Cloudflare will always resolve the CNAME target based on the value
```mermaid
flowchart TD
accTitle: DNS resolution flow with CNAME target in a zone within the same account
- A[Request to www.alice.com] --> B[CNAME record for www.alice.com to www.partialzone.com]
- B --> C[A record for www.partialzone.com to 192.0.2.4]
+ A[Request to www\.alice.com] --> B[CNAME record for www\.alice.com to www\.partialzone.com]
+ B --> C[A record for www\.partialzone.com to 192.0.2.4]
C --> D[192.0.2.4]
subgraph Cloudflare account
subgraph Cloudflare zone 1
B
end
subgraph Cloudflare zone 2
- E[A record for www.partialzone.com to 203.0.113.1]
+ E[A record for www\.partialzone.com to 203.0.113.1]
end
end
subgraph Authoritative DNS