Skip to content

Commit 50a1849

Browse files
authored
Update src/content/learn/render-and-commit.md
1 parent 891a446 commit 50a1849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/render-and-commit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ img { margin: 0 10px 10px 0; }
146146

147147
</DeepDive>
148148

149-
## Step 3: React фиксирует изменения в DOM {/*step-3-react-commits-changes-to-the-dom*/}
149+
## Часть 3: React фиксирует изменения в DOM {/*step-3-react-commits-changes-to-the-dom*/}
150150

151151
После рендеринга (вызова) ваших компонентов React модифицирует DOM.
152152

0 commit comments

Comments
 (0)