Skip to content

Commit 5229945

Browse files
authored
Apply suggestions from code review
1 parent 250791d commit 5229945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/reference/react/useImperativeHandle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default function Form() {
130130
<form>
131131
<MyInput placeholder="Введіть ваше ім'я" ref={ref} />
132132
<button type="button" onClick={handleClick}>
133-
Змінити
133+
Редагувати
134134
</button>
135135
</form>
136136
);
@@ -219,7 +219,7 @@ function Post({ ref }) {
219219
return (
220220
<>
221221
<article>
222-
<p>Вітаю на моєму блозі!</p>
222+
<p>Вітаю в моєму блозі!</p>
223223
</article>
224224
<CommentList ref={commentsRef} />
225225
<AddComment ref={addCommentRef} />

0 commit comments

Comments
 (0)