You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/reference/react-markup/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,4 @@ It cannot use Client Components and does not hydrate. It is intended to be paire
13
13
14
14
These APIs can be imported from the React Server environment (e.g. in Server Actions):
15
15
16
-
*[`renderToMarkup`](/reference/react-markup/renderToMarkup) renders a non-interactive React tree with support for Server Components but not Client Components.
16
+
*[`renderToHTML`](/reference/react-markup/renderToHTML) renders a non-interactive React tree with support for Server Components but not Client Components.
0 commit comments