Skip to content

Commit

Permalink
[SvgIcon] Fix minor typo in docs (#12848)
Browse files Browse the repository at this point in the history
* Fix minor typo

* yarn docs:api
  • Loading branch information
iamhosseindhv authored and oliviertassinari committed Sep 12, 2018
1 parent 216bf19 commit 2e83bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/material-ui/src/SvgIcon/SvgIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const styles = theme => ({
colorSecondary: {
color: theme.palette.secondary.main,
},
/* Styles applied to the root element if `color="saction"`. */
/* Styles applied to the root element if `color="action"`. */
colorAction: {
color: theme.palette.action.active,
},
Expand Down
2 changes: 1 addition & 1 deletion pages/api/svg-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This property accepts the following keys:
| <span class="prop-name">root</span> | Styles applied to the root element.
| <span class="prop-name">colorPrimary</span> | Styles applied to the root element if `color="primary"`.
| <span class="prop-name">colorSecondary</span> | Styles applied to the root element if `color="secondary"`.
| <span class="prop-name">colorAction</span> | Styles applied to the root element if `color="saction"`.
| <span class="prop-name">colorAction</span> | Styles applied to the root element if `color="action"`.
| <span class="prop-name">colorError</span> | Styles applied to the root element if `color="error"`.
| <span class="prop-name">colorDisabled</span> | Styles applied to the root element if `color="disabled"`.
| <span class="prop-name">fontSizeInherit</span> | Styles applied to the root element if `fontSize="inherit"`.
Expand Down

0 comments on commit 2e83bfe

Please sign in to comment.