Skip to content

Commit

Permalink
Behebung eines Tippfehlers in der Beschreibung
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokritzer committed Mar 20, 2024
1 parent be465e0 commit 8a3b690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/example-chart2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const ExampleChart: React.FC = () => {
return (
<Card
title="Jahresverlauf Temperatur"
description="Verlauf der Temperatur an jedem Tag (x: Tag im Monat; y: Montat im Jahr)"
description="Verlauf der Temperatur an jedem Tag (x: Tag im Monat; y: Monat im Jahr)"
>
<div ref={containerRef}/>
</Card>
Expand Down

0 comments on commit 8a3b690

Please sign in to comment.