Skip to content

Commit d4e1f0a

Browse files
authored
Update src/content/reference/react/useId.md
1 parent baa815f commit d4e1f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useId.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function PasswordField() {
7777
</>
7878
```
7979
80-
**让我们通过一个例子,看看这个什么时候有用。**
80+
**让我们通过一个例子,看看这个什么时候有用**。
8181
8282
如 [`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) 允许你指定两个标签之间的关系。例如,你可以指定一个元素(比如输入框)由另一个元素(比如段落)描述。
8383

0 commit comments

Comments
 (0)