Skip to content

Commit 9522095

Browse files
committed
fix text
1 parent e99a2c7 commit 9522095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MDX/ExpandableExample.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function ExpandableExample({children, excerpt, type}: ExpandableExampleProps) {
101101
<span className="mr-1">
102102
<IconChevron displayDirection={isExpanded ? 'up' : 'down'} />
103103
</span>
104-
{isExpanded ? 'Хурааангуй' : 'Дэлгэрэнгүй'}
104+
{isExpanded ? 'Хураангуй' : 'Дэлгэрэнгүй'}
105105
</Button>
106106
</summary>
107107
<div

0 commit comments

Comments
 (0)