From 7d2577530f6abf3bfff2c0a0f3c272aa081b4829 Mon Sep 17 00:00:00 2001 From: Segun Adebayo Date: Mon, 12 Sep 2022 15:58:42 +0400 Subject: [PATCH] fix: typo --- packages/components/button/src/icon-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/button/src/icon-button.tsx b/packages/components/button/src/icon-button.tsx index 9c7366e48f8..414d230008a 100644 --- a/packages/components/button/src/icon-button.tsx +++ b/packages/components/button/src/icon-button.tsx @@ -28,7 +28,7 @@ export interface IconButtonProps extends BaseButtonProps { } /** - * Icon button renders an icon within in a button. + * Icon button renders an icon within a button. * * @see Docs https://chakra-ui.com/docs/components/icon-button */