Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix API links for pickers #9573

Merged
merged 14 commits into from
Jul 6, 2023
Prev Previous commit
Next Next commit
fix last sh
  • Loading branch information
alexfauquette committed Jul 5, 2023
commit 4ecf3398230123bf1c9c039cf20bda3add3a6b0b
2 changes: 1 addition & 1 deletion docs/src/modules/components/InstallationInstructions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function InstallationInstructions(props: {
</TextField>
) : null}
</Stack>
<HighlightedCode sx={{ width: '100%' }} code={commands.join('\n')} language="sh" />
<HighlightedCode sx={{ width: '100%' }} code={commands.join('\n')} language="bash" />
</Stack>
);
}