From 6a1572eaf621eaca985bec0f048f60ffc7d7bc28 Mon Sep 17 00:00:00 2001 From: lindsaym-fa Date: Fri, 12 Jul 2024 16:00:16 -0400 Subject: [PATCH] correct help text example description --- docs/docs/components/color-picker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/components/color-picker.md b/docs/docs/components/color-picker.md index 689f28c6a..3b0f05184 100644 --- a/docs/docs/components/color-picker.md +++ b/docs/docs/components/color-picker.md @@ -77,7 +77,7 @@ The color picker can be rendered as disabled. ### Help Text -The color picker can be rendered as disabled. +Add descriptive help text to a color picker with the `help-text` attribute. For help texts that contain HTML, use the `help-text` slot instead. ```html {.example}