diff --git a/docs/docs/components/icon-button.md b/docs/docs/components/icon-button.md index e80e35dce..abf269f63 100644 --- a/docs/docs/components/icon-button.md +++ b/docs/docs/components/icon-button.md @@ -59,7 +59,7 @@ Use the `href` attribute to convert the button to a link. ### Icon Button with Tooltip -Wrap a tooltip around an icon button to provide contextual information to the user. +Add a tooltip that references the `id` of the icon button to provide contextual information. ```html {.example}