Skip to content

Commit b474ad6

Browse files
authored
translate Quick Start (beta docs) (#507)
1 parent d9971b8 commit b474ad6

File tree

2 files changed

+77
-77
lines changed

2 files changed

+77
-77
lines changed

beta/src/components/MDX/MDXComponents.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function YouWillLearn({
162162
children: any;
163163
isChapter?: boolean;
164164
}) {
165-
let title = isChapter ? 'In this chapter' : 'You will learn';
165+
let title = isChapter ? 'En este capítulo' : 'Aprenderás';
166166
return <SimpleCallout title={title}>{children}</SimpleCallout>;
167167
}
168168

0 commit comments

Comments
 (0)