We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250791d commit 5229945Copy full SHA for 5229945
1 file changed
src/content/reference/react/useImperativeHandle.md
@@ -130,7 +130,7 @@ export default function Form() {
130
<form>
131
<MyInput placeholder="Введіть ваше ім'я" ref={ref} />
132
<button type="button" onClick={handleClick}>
133
- Змінити
+ Редагувати
134
</button>
135
</form>
136
);
@@ -219,7 +219,7 @@ function Post({ ref }) {
219
return (
220
<>
221
<article>
222
- <p>Вітаю на моєму блозі!</p>
+ <p>Вітаю в моєму блозі!</p>
223
</article>
224
<CommentList ref={commentsRef} />
225
<AddComment ref={addCommentRef} />
0 commit comments