diff --git a/src/woly/atoms/button-icon/specification.mdx b/src/woly/atoms/button-icon/specification.mdx index f2346e4f..df6506cb 100644 --- a/src/woly/atoms/button-icon/specification.mdx +++ b/src/woly/atoms/button-icon/specification.mdx @@ -5,7 +5,7 @@ **Recommended to use** - to trigger an action on an item, for example, to delete, to change, or add an element within a group; often comes with another 2 or 3 adjacent `ButtonIcon`. -- to switch between two actions. One of the actions is always active, one is inactive ( e.g., "Like" icon-button, 'Hamburger' menu button). Offten comes with transtion animation betweet active and inactive states. +- to switch between two actions. One of the actions is always active, another is inactive ( e.g., "Like" icon-button, 'Hamburger' menu button). Often comes with transition animation between these two states. **Not recommended using**