Skip to content

Commit ceddba0

Browse files
authored
Merge pull request #419 from chrisvn188/translate-tutorial-tic-tac-toe
Translation: Updating Objects in State
2 parents acc350b + 0431c82 commit ceddba0

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
@@ -180,7 +180,7 @@ function YouWillLearn({
180180
children: any;
181181
isChapter?: boolean;
182182
}) {
183-
let title = isChapter ? 'In this chapter' : 'You will learn';
183+
let title = isChapter ? 'Trong chương này' : 'Bạn sẽ được học';
184184
return <SimpleCallout title={title}>{children}</SimpleCallout>;
185185
}
186186

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)