Skip to content

Commit

Permalink
Update src/content/reference/react-dom/client/hydrateRoot.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jhon Mike <[email protected]>
  • Loading branch information
rick-ssa and jhonmike authored Nov 5, 2024
1 parent a2d5520 commit 7f4c9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react-dom/client/hydrateRoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ O React se recupera de alguns erros de hidratação, mas **você precisa corrig
### Hidratando um documento inteiro {/*hydrating-an-entire-document*/}
Aplicações totalmente construídas com React podem renderizar o documento inteiro como JSX, incluindo o [`<html>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/html) tag:
Aplicações totalmente construídas com React podem renderizar o documento inteiro como JSX, incluindo o [`<html>`](https://developer.mozilla.org/pt-BR/docs/Web/HTML/Element/html) tag:
```js {3,13}
function App() {
Expand Down

0 comments on commit 7f4c9a4

Please sign in to comment.