Skip to content

Commit bdb33bf

Browse files
committed
Merge branch 'main' into sync-556063bd
2 parents b06ed9e + ceddba0 commit bdb33bf

File tree

4 files changed

+106
-102
lines changed

4 files changed

+106
-102
lines changed

src/components/MDX/MDXComponents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function YouWillLearn({
197197
children: any;
198198
isChapter?: boolean;
199199
}) {
200-
let title = isChapter ? 'In this chapter' : 'You will learn';
200+
let title = isChapter ? 'Trong chương này' : 'Bạn sẽ được học';
201201
return <SimpleCallout title={title}>{children}</SimpleCallout>;
202202
}
203203

src/components/MDX/Recap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function Recap({children}: RecapProps) {
1313
return (
1414
<section>
1515
<H2 isPageAnchor id="recap">
16-
Recap
16+
Tóm tắt
1717
</H2>
1818
{children}
1919
</section>

0 commit comments

Comments
 (0)