Skip to content

Commit

Permalink
translate Quick Start (beta docs) (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
carburo authored Apr 4, 2022
1 parent d9971b8 commit b474ad6
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion beta/src/components/MDX/MDXComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function YouWillLearn({
children: any;
isChapter?: boolean;
}) {
let title = isChapter ? 'In this chapter' : 'You will learn';
let title = isChapter ? 'En este capítulo' : 'Aprenderás';
return <SimpleCallout title={title}>{children}</SimpleCallout>;
}

Expand Down
Loading

0 comments on commit b474ad6

Please sign in to comment.