From 8215809cb6481e6038b04e774a73672ecc9c59c5 Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:54:46 -0500 Subject: [PATCH] fix: update docstring to prevent jsx closing tag error (#3328) --- src/IconButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IconButton/index.tsx b/src/IconButton/index.tsx index 8868c3f044..bcb183e865 100644 --- a/src/IconButton/index.tsx +++ b/src/IconButton/index.tsx @@ -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 */ + /** Used with `IconButtonToggle` */ value: PropTypes.string, };