diff --git a/docs/components/select.md b/docs/components/select.md index 3badbc8b..88e69cb8 100644 --- a/docs/components/select.md +++ b/docs/components/select.md @@ -377,7 +377,7 @@ const App = () => ( ### Prefix Icons -Use the `prefix` slot to add an icon. +Use the `prefix` slot to prepend an icon to the control. ```html preview