diff --git a/packages/button/README.md b/packages/button/README.md index 52b16a719d..5a4185e377 100644 --- a/packages/button/README.md +++ b/packages/button/README.md @@ -38,7 +38,7 @@ a label and an icon, or just an icon. An icon is provided by placing an icon element to the `icon` slot. -If the button is an icon only, a non-visible label +If the button is `icon-only`, a non-visible label can be provided via the `label` attribute on an `` or on an `` element child to appropriately fulfill the accessibility contract of the button.