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

Commit

Permalink
Fix typo: missing reactNode in hydrateRoot.md (#5827)
Browse files Browse the repository at this point in the history
  • Loading branch information
0ldh authored Mar 26, 2023
1 parent e18bb3b commit e5fd79c
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 @@ -18,7 +18,7 @@ const root = hydrateRoot(domNode, reactNode, options?)
## Reference {/*reference*/}
### `hydrateRoot(domNode, options?)` {/*hydrateroot*/}
### `hydrateRoot(domNode, reactNode, options?)` {/*hydrateroot*/}
Call `hydrateRoot` to “attach” React to existing HTML that was already rendered by React in a server environment.
Expand Down

0 comments on commit e5fd79c

Please sign in to comment.