Skip to content

Commit 8215809

Browse files
fix: update docstring to prevent jsx closing tag error (#3328)
1 parent 673ce70 commit 8215809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IconButton/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ IconButton.propTypes = {
143143
size: PropTypes.oneOf(['sm', 'md', 'inline']),
144144
/** whether to show the `IconButton` in an active state, whose styling is distinct from default state */
145145
isActive: PropTypes.bool,
146-
/** Used with <IconButtonToggle> */
146+
/** Used with `IconButtonToggle` */
147147
value: PropTypes.string,
148148
};
149149

0 commit comments

Comments
 (0)