Skip to content

Commit deeadfe

Browse files
authored
docs(cn): translate words of Further Reading (#1835)
1 parent 0671e1d commit deeadfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Page/Page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default function Page(props) {
121121

122122
{loadRelated && (
123123
<div className="print:hidden">
124-
<h2>Further Reading</h2>
124+
<h2>延伸阅读</h2>
125125
<ul>
126126
{related.map((link, index) => (
127127
<li key={index}>

0 commit comments

Comments
 (0)