Skip to content

Commit ba4ff30

Browse files
Apply suggestion from code review
Co-authored-by: Jun Lee <[email protected]>
1 parent d3ffba3 commit ba4ff30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/style-guide/formatting/code-conventions-and-format.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Text in this font denotes text or characters that you should enter from the keyb
103103
| Command-line utility names | `wrangler`, `npm`, `node`, `cloudflared` |
104104
| Data types | (`string`, `number`, `int64`) |
105105
| Defined (constant) values for an element or attribute | `<A_BINDING_NAME>` |
106-
| DNS record types | The bot will default to looking for `AAAA` records. <br/>However, you may use regular formatting (AAAA, for example) if there are multiple inline occurrences or if the text is a hyperlink. |
106+
| DNS record types | The bot will default to looking for `AAAA` records. <br/>However, you may use regular formatting (for example, AAAA) if there are multiple inline occurrences or if the text is a hyperlink. |
107107
| Enum (enumerator) names (depending on language) | `type ContentTypeMapElem` |
108108
| Environment variable names | `<A_BINDING_NAME>` |
109109
| Element names, including angle brackets (XML and HTML). | `<div>`, `<form>`, `<input>`, `<code>` |

0 commit comments

Comments
 (0)