Skip to content

Commit d722da3

Browse files
authored
docs: add tranalse for comment in /reference/react-dom/static/prerender.md (#1834)
2 parents b48c8fa + dbc4791 commit d722da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/static/prerender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ React 将会把 [doctype](https://developer.mozilla.org/zh-CN/docs/Glossary/Doct
127127
```html [[2, 5, "/main.js"]]
128128
<!DOCTYPE html>
129129
<html>
130-
<!-- ... HTML from your components ... -->
130+
<!-- ... 组件中的 HTML ... -->
131131
</html>
132132
<script src="/main.js" async=""></script>
133133
```

0 commit comments

Comments
 (0)