We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b48c8fa + dbc4791 commit d722da3Copy full SHA for d722da3
src/content/reference/react-dom/static/prerender.md
@@ -127,7 +127,7 @@ React 将会把 [doctype](https://developer.mozilla.org/zh-CN/docs/Glossary/Doct
127
```html [[2, 5, "/main.js"]]
128
<!DOCTYPE html>
129
<html>
130
- <!-- ... HTML from your components ... -->
+ <!-- ... 组件中的 HTML ... -->
131
</html>
132
<script src="/main.js" async=""></script>
133
```
0 commit comments