From b99298a57acfba87a8afc17fd40ef6b03b68c75e Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 4 Oct 2022 14:04:51 +0100 Subject: [PATCH] oops --- beta/src/content/apis/react/useId.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/content/apis/react/useId.md b/beta/src/content/apis/react/useId.md index b7be049f..59a83172 100644 --- a/beta/src/content/apis/react/useId.md +++ b/beta/src/content/apis/react/useId.md @@ -47,7 +47,7 @@ You can then pass the generated ID to different at **Let's walk through an example to see when this is useful.** -[HTML accessibility attributes](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) like [`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) let you specify that two tags are related to each other. For example, you can specify that a certain element (like a button) is described by another element (like a paragraph). +[HTML accessibility attributes](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) like [`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) let you specify that two tags are related to each other. For example, you can specify that a certain element (like an input) is described by another element (like a paragraph). In regular HTML, you would write it like this: