Skip to content

Commit

Permalink
docs(button): update iconDescription prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored Sep 5, 2019
1 parent 45649e8 commit ff2ba05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Button.propTypes = {
renderIcon: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),

/**
* If specifying the `icon` prop, provide a description for that icon that can
* If specifying the `renderIcon` prop, provide a description for that icon that can
* be read by screen readers
*/
iconDescription: props => {
Expand Down

0 comments on commit ff2ba05

Please sign in to comment.