Skip to content

Commit

Permalink
Merge pull request #419 from chrisvn188/translate-tutorial-tic-tac-toe
Browse files Browse the repository at this point in the history
Translation: Updating Objects in State
  • Loading branch information
ltmylinh authored May 7, 2024
2 parents acc350b + 0431c82 commit ceddba0
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 102 deletions.
2 changes: 1 addition & 1 deletion src/components/MDX/MDXComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function YouWillLearn({
children: any;
isChapter?: boolean;
}) {
let title = isChapter ? 'In this chapter' : 'You will learn';
let title = isChapter ? 'Trong chương này' : 'Bạn sẽ được học';
return <SimpleCallout title={title}>{children}</SimpleCallout>;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/MDX/Recap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function Recap({children}: RecapProps) {
return (
<section>
<H2 isPageAnchor id="recap">
Recap
Tóm tắt
</H2>
{children}
</section>
Expand Down
Loading

0 comments on commit ceddba0

Please sign in to comment.