diff --git a/src/content/docs/style-guide/formatting/code-conventions-and-format.mdx b/src/content/docs/style-guide/formatting/code-conventions-and-format.mdx index d36e543cf68895..5450485a3fd28c 100644 --- a/src/content/docs/style-guide/formatting/code-conventions-and-format.mdx +++ b/src/content/docs/style-guide/formatting/code-conventions-and-format.mdx @@ -103,7 +103,7 @@ Text in this font denotes text or characters that you should enter from the keyb | Command-line utility names | `wrangler`, `npm`, `node`, `cloudflared` | | Data types | (`string`, `number`, `int64`) | | Defined (constant) values for an element or attribute | `` | -| DNS record types | The bot will default to looking for `AAAA` records. | +| DNS record types | The bot will default to looking for `AAAA` records.
However, you may use regular formatting (for example, AAAA) if there are multiple inline occurrences or if the text is a hyperlink. | | Enum (enumerator) names (depending on language) | `type ContentTypeMapElem` | | Environment variable names | `` | | Element names, including angle brackets (XML and HTML). | `
`, `
`, ``, `` |