Browse Source

fix typo (#5343)

main
Shu Ding 2 years ago
committed by GitHub
parent
commit
01ec2448eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/content/apis/react-dom/hydrate.md

2
beta/src/content/apis/react-dom/hydrate.md

@ -78,7 +78,7 @@ For more information on hydration, see the docs for [`hydrateRoot`.](/apis/react
If a single element’s attribute or text content is unavoidably different between the server and the client (for example, a timestamp), you may silence the hydration mismatch warning.
To silence hydration warnings on an element, add `suppresshydrationWarning={true}`:
To silence hydration warnings on an element, add `suppressHydrationWarning={true}`:
<Sandpack>

Loading…
Cancel
Save