diff --git a/packages/components/docs/contribution.md b/packages/components/docs/contribution.md index 45a6b930d..4c75075f4 100644 --- a/packages/components/docs/contribution.md +++ b/packages/components/docs/contribution.md @@ -46,7 +46,7 @@ When it comes to styling Material UI's components, generally the following strat const StyledButton = styled(Button)` // This will change the text color to pink color: pink; - ` + `; ``` 💡 You can find the full `@czi-sds/components` `