We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa815f commit d4e1f0aCopy full SHA for d4e1f0a
src/content/reference/react/useId.md
@@ -77,7 +77,7 @@ function PasswordField() {
77
</>
78
```
79
80
-**让我们通过一个例子,看看这个什么时候有用。**
+**让我们通过一个例子,看看这个什么时候有用**。
81
82
如 [`aria-describedby`](https://developer.mozilla.org/zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) 这样的 [HTML 无障碍属性](https://developer.mozilla.org/zh-CN/docs/Web/Accessibility/ARIA) 允许你指定两个标签之间的关系。例如,你可以指定一个元素(比如输入框)由另一个元素(比如段落)描述。
83
0 commit comments