Skip to content

Commit

Permalink
[docs] Fix JavaScript capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 18, 2022
1 parent 639224a commit 31eeb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/showcase/ThemeChip.tsx
Expand Up @@ -55,7 +55,7 @@ export default function ThemeChip() {
]}
>
<Chip label="React" color="primary" onDelete={() => {}} />
<Chip label="Javascript" onDelete={() => {}} />
<Chip label="JavaScript" onDelete={() => {}} />
</Stack>
);
}

0 comments on commit 31eeb83

Please sign in to comment.