Skip to content

Commit 266db72

Browse files
gcorptrtorain
andauthoredJul 5, 2023
Update src/content/reference/react/useId.md
Co-authored-by: qq <[email protected]>
1 parent 13e3dbe commit 266db72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/content/reference/react/useId.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function PasswordField() {
6868
// ...
6969
```
7070
71-
После чего вы можете указывать этот <CodeStep step={1}>сгенерированный идентификатор</CodeStep> в различных атрибутах:
71+
После чего вы можете указывать этот <CodeStep step={1}> сгенерированный идентификатор</CodeStep> в различных атрибутах:
7272
7373
```js [[1, 2, "passwordHintId"], [1, 3, "passwordHintId"]]
7474
<>

0 commit comments

Comments
 (0)
Please sign in to comment.