From fc97188983b11bfc1d5391bb83612e9729da1e5e Mon Sep 17 00:00:00 2001 From: Sebastian Sebald Date: Wed, 16 Oct 2024 16:11:39 +0200 Subject: [PATCH] use jsx comment --- docs/content/foundations/accessibility/accessibility.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/foundations/accessibility/accessibility.mdx b/docs/content/foundations/accessibility/accessibility.mdx index 25fb98e383..337f6b56de 100644 --- a/docs/content/foundations/accessibility/accessibility.mdx +++ b/docs/content/foundations/accessibility/accessibility.mdx @@ -67,7 +67,7 @@ In the following example, the `aria-labelledby` attribute references both the id Update your username, email, and password here.
- + {/* Form content goes here */}
```