summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/renderers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/renderers.md b/docs/renderers.md
index 532d4b445..0df4acc8e 100644
--- a/docs/renderers.md
+++ b/docs/renderers.md
@@ -98,7 +98,7 @@ function check(Component, props, childHTML) {
### `renderToStaticMarkup`
-`renderToStaticMarkup` is a function that renders a Component to a static string of HTML. You don't need to worry about hydration
+`renderToStaticMarkup` is a function that renders a Component to a static string of HTML. There's usually a method exported by frameworks named something like `renderToString`.
```js
import { renderToString } from 'xxx';