Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit e5fd79c

Browse files
authored
Fix typo: missing reactNode in hydrateRoot.md (#5827)
1 parent e18bb3b commit e5fd79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/client/hydrateRoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const root = hydrateRoot(domNode, reactNode, options?)
1818
1919
## Reference {/*reference*/}
2020
21-
### `hydrateRoot(domNode, options?)` {/*hydrateroot*/}
21+
### `hydrateRoot(domNode, reactNode, options?)` {/*hydrateroot*/}
2222
2323
Call `hydrateRoot` to “attach” React to existing HTML that was already rendered by React in a server environment.
2424

0 commit comments

Comments
 (0)