Skip to content

Commit

Permalink
[docs] Fix typo (#12050)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLukin authored and mbrookes committed Jul 3, 2018
1 parent 8fd6331 commit ae6be9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/interoperability/interoperability.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export default StyledComponentsButton;
![stars](https://img.shields.io/github/stars/paypal/glamorous.svg?style=social&label=Star)
![npm](https://img.shields.io/npm/dm/glamorous.svg?)

A clean way to apply styles to Material-UI components with glamorous It's just passing our component as a glamorous param. We're going to take the [raised button example](/demos/buttons/#raised-buttons) from Material-UI documentation and use glamorous to style it:
A clean way to apply styles to Material-UI components with glamorous is just passing our component as a glamorous param. We're going to take the [raised button example](/demos/buttons/#raised-buttons) from Material-UI documentation and use glamorous to style it:

```jsx
import React from 'react';
Expand Down

0 comments on commit ae6be9a

Please sign in to comment.