Skip to content

Commit

Permalink
Update packages/material-ui-lab/src/AvatarGroup/AvatarGroup.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt <github@nospam.33m.co>
  • Loading branch information
oliviertassinari and mbrookes committed Mar 15, 2020
1 parent 0422f46 commit 905cb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/AvatarGroup/AvatarGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ AvatarGroup.propTypes = {
*/
className: PropTypes.string,
/**
* Spacing between avatars.
* The spacing between avatars. A group with `small` spacing value has a larger overlap.
*/
spacing: PropTypes.oneOfType([PropTypes.oneOf(['medium', 'small']), PropTypes.number]),
/**
Expand Down

0 comments on commit 905cb30

Please sign in to comment.