Skip to content

Commit

Permalink
docs(cn): fix useId translation
Browse files Browse the repository at this point in the history
  • Loading branch information
fsen-capricorn authored Mar 18, 2024
1 parent be064f6 commit b4c1cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/useId.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: useId

<Intro>

`useId` 是一个 React Hook,可以生成传递给无障碍属性的唯一 ID。
`useId` 是一个 React Hook,用于生成可以传递给可访问性属性的唯一 ID。

```js
const id = useId()
Expand Down

0 comments on commit b4c1cb0

Please sign in to comment.