docs(components): consistent writing

This commit is contained in:
Benjamin Canac
2024-12-10 12:59:01 +01:00
parent edad9b7f5c
commit b2f68dcf81
10 changed files with 17 additions and 13 deletions

View File

@@ -93,7 +93,7 @@ slots:
Use the `close` prop to customize or hide the close button (with `false` value) displayed in the Modal's header.
You can pass all the props of the [Button](/components/button) component to customize it.
You can pass any property from the [Button](/components/button) component to customize it.
::component-code
---