We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9971b8 commit b474ad6Copy full SHA for b474ad6
beta/src/components/MDX/MDXComponents.tsx
@@ -162,7 +162,7 @@ function YouWillLearn({
162
children: any;
163
isChapter?: boolean;
164
}) {
165
- let title = isChapter ? 'In this chapter' : 'You will learn';
+ let title = isChapter ? 'En este capítulo' : 'Aprenderás';
166
return <SimpleCallout title={title}>{children}</SimpleCallout>;
167
}
168
0 commit comments