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.
1 parent a1c885c commit dbc4791Copy full SHA for dbc4791
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