From 3fd29bb2526f1410a5b418e99e2e00139e133c5a Mon Sep 17 00:00:00 2001 From: lindsaym-fa Date: Fri, 21 Jun 2024 15:49:58 -0400 Subject: [PATCH] fix 'icon button with tooltip' guidance --- docs/docs/components/icon-button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}