Skip to content

Commit 76452d4

Browse files
committed
Update button txt
1 parent aa78c27 commit 76452d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/components/copy-markdown-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function CopyMarkdownButton({ content, className = "" }: CopyMarkdownButt
3030
>
3131
<div className="flex items-center gap-1.5">
3232
{copied ? <Check className="w-3 h-3" /> : <Copy className="w-3 h-3" />}
33-
<span>Copy .md</span>
33+
<span>Copy markdown</span>
3434
</div>
3535
</button>
3636
);

0 commit comments

Comments
 (0)