diff --git a/packages/material-ui/src/Chip/Chip.js b/packages/material-ui/src/Chip/Chip.js index ae841ac08474d8..b79a2a1af28707 100644 --- a/packages/material-ui/src/Chip/Chip.js +++ b/packages/material-ui/src/Chip/Chip.js @@ -55,7 +55,7 @@ export const styles = theme => { backgroundColor: emphasize(backgroundColor, 0.08), }, }, - /* Styles applied to the `avatar` element.*/ + /* Styles applied to the `avatar` element. */ avatar: { marginRight: -4, width: height, diff --git a/pages/api/chip.md b/pages/api/chip.md index f1a24a0d361abf..076162d1b44a54 100644 --- a/pages/api/chip.md +++ b/pages/api/chip.md @@ -37,8 +37,8 @@ This property accepts the following keys: | root | Styles applied to the root element. | clickable | Styles applied to the root element if `onClick` is defined or `clickable={true}`. | deletable | Styles applied to the root element if `onDelete` is defined. -| avatar | Styles applied to the `avatar` element if `checked={true}`. -| avatarChildren | Styles applied to the `avartar` elements children. +| avatar | +| avatarChildren | Styles applied to the `avatar` elements children. | label | Styles applied to the label `span` element`. | deleteIcon | Styles applied to the `deleteIcon` element.