Skip to content

Commit

Permalink
Update docs/src/pages/components/icons/icons.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt <[email protected]>
  • Loading branch information
oliviertassinari and mbrookes authored Nov 25, 2019
1 parent 7f232e6 commit 844f3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/icons/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The component extends the native `<svg>` element:
- It comes with built-in accessibility.
- SVG elements should be scaled for a 24x24px viewport, so the resulting icon can be used as is, or included as a child for other Material-UI components that use icons (can be customized with the `viewBox` attribute).
- By default, the component inherits the current color.
Optionally, you can set the icon color using one of the theme color prop.
Optionally, you can apply one of the theme colors using the `coior` prop.

This comment has been minimized.

Copy link
@foundingnimo

foundingnimo Nov 26, 2019

Should this be coior ?

This comment has been minimized.

Copy link
@oliviertassinari

oliviertassinari Nov 26, 2019

Author Member

Yes

This comment has been minimized.

Copy link
@mbrookes

mbrookes Nov 27, 2019

Author Member

No, it's a typo.


```jsx
function HomeIcon(props) {
Expand Down

0 comments on commit 844f3a5

Please sign in to comment.