Skip to content

Commit c7e0d86

Browse files
committed
fix(DEE-3645): wrap bare TXT in backticks in prose (style guide)
1 parent b9013fc commit c7e0d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/issue-and-validate/validate-certificates

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/issue-and-validate/validate-certificates/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Check whether the delegation CNAME is in place at the `_acme-challenge` hostname
7575
dig _acme-challenge.example.com CNAME +short
7676
```
7777

78-
- If this returns **nothing**, the delegation CNAME is missing. Run a TXT query to check whether a hardcoded record is also present:
78+
- If this returns **nothing**, the delegation CNAME is missing. Run a `TXT` query to check whether a hardcoded record is also present:
7979

8080
```sh
8181
dig _acme-challenge.example.com TXT +short

0 commit comments

Comments
 (0)