Skip to content

Commit 6b83c9a

Browse files
committed
translate createRef page
1 parent ce5a25d commit 6b83c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/createRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default function Form() {
164164
<>
165165
<input ref={inputRef} />
166166
<button onClick={handleClick}>
167-
Focus the input
167+
Input'a odaklan
168168
</button>
169169
</>
170170
);

0 commit comments

Comments
 (0)