Skip to content

Commit

Permalink
Update src/content/reference/react-dom/hydrate.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alina Listunova <[email protected]>
  • Loading branch information
GeorgeShvab and alinkedd authored Dec 6, 2023
1 parent da6000d commit 5208f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/reference/react-dom/hydrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ hydrate(<App />, document.getElementById('root'));
```html public/index.html
<!--
HTML контент всередині <div id="root">...</div>
був згенерований з App використовуючи react-dom/server.
Вміст HTML усередині <div id="root">...</div>
був згенерований, починаючи з компонента App, за допомогою react-dom/server.
-->
<div id="root"><h1>Hello, world!</h1></div>
```
Expand Down

0 comments on commit 5208f80

Please sign in to comment.