From 8a321951d3bedaf6c0f746dd293de8dfddcbf87d Mon Sep 17 00:00:00 2001 From: Lea Verou Date: Tue, 17 Dec 2024 03:03:28 -0500 Subject: [PATCH] Fix wording --- docs/docs/essentials/button.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/essentials/button.md b/docs/docs/essentials/button.md index 23bc72f1d..785b47933 100644 --- a/docs/docs/essentials/button.md +++ b/docs/docs/essentials/button.md @@ -10,7 +10,7 @@ title: Button ### Variants -Use the `variant` attribute to set the button's semantic variant. +Use the variant utility classes to set the button's semantic variant. ```html {.example} @@ -22,7 +22,7 @@ Use the `variant` attribute to set the button's semantic variant. ### Appearance -Use the `appearance` attribute to change the button's visual appearance. +Use the appearance utility classes to change the button's visual appearance: ```html {.example}