Skip to content

Commit

Permalink
fix: update docstring to prevent jsx closing tag error (#3328)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril authored Dec 9, 2024
1 parent 673ce70 commit 8215809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IconButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ IconButton.propTypes = {
size: PropTypes.oneOf(['sm', 'md', 'inline']),
/** whether to show the `IconButton` in an active state, whose styling is distinct from default state */
isActive: PropTypes.bool,
/** Used with <IconButtonToggle> */
/** Used with `IconButtonToggle` */
value: PropTypes.string,
};

Expand Down

0 comments on commit 8215809

Please sign in to comment.