diff --git a/docs/components/button.md b/docs/components/button.md index aaed2a06..f6a2aa9c 100644 --- a/docs/components/button.md +++ b/docs/components/button.md @@ -190,7 +190,7 @@ const App = () => ( ### Setting a Custom Width -As expected, buttons can be given a custom width by setting its `width`. This is useful for making buttons span the full width of their container on smaller screens. +As expected, buttons can be given a custom width by setting the `width` attribute. This is useful for making buttons span the full width of their container on smaller screens. ```html preview Small