Skip to content

Commit

Permalink
yarn docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 2, 2018
1 parent 2dd3e89 commit b4958bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Chip/Chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions pages/api/chip.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ This property accepts the following keys:
| <span class="prop-name">root</span> | Styles applied to the root element.
| <span class="prop-name">clickable</span> | Styles applied to the root element if `onClick` is defined or `clickable={true}`.
| <span class="prop-name">deletable</span> | Styles applied to the root element if `onDelete` is defined.
| <span class="prop-name">avatar</span> | Styles applied to the `avatar` element if `checked={true}`.
| <span class="prop-name">avatarChildren</span> | Styles applied to the `avartar` elements children.
| <span class="prop-name">avatar</span> |
| <span class="prop-name">avatarChildren</span> | Styles applied to the `avatar` elements children.
| <span class="prop-name">label</span> | Styles applied to the label `span` element`.
| <span class="prop-name">deleteIcon</span> | Styles applied to the `deleteIcon` element.

Expand Down

0 comments on commit b4958bc

Please sign in to comment.