From e4a2ed3f6d20f9ea60c993c60d69eb383eeef44e Mon Sep 17 00:00:00 2001 From: Nikki Massaro <5090492+nikkimk@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:20:58 -0400 Subject: [PATCH] docs(action-button): made suggested edits Co-authored-by: Najika Halsema Yoo <44980010+najikahalsema@users.noreply.github.com> --- packages/action-button/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/action-button/README.md b/packages/action-button/README.md index 3d37c7476c..e71fe2cbd5 100644 --- a/packages/action-button/README.md +++ b/packages/action-button/README.md @@ -581,7 +581,7 @@ With the application of the `toggles` attribute, the button will self manage its #### Include a label -A button is required to have either a visible text label or `label` attribute on an `` +A button is required to have either a visible text label or a `label` attribute on either the `` itself, or on an `` element child. #### Don't override color