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

@@ -27,7 +27,7 @@ Use the `items` prop as an array of objects with the following properties:
- [`slot?: string`{lang="ts-type"}](#with-custom-slot)
- `onSelect?(e: Event): void`{lang="ts-type"}
You can also pass any property from the [Link](/components/link#props) component such as `to`, `target`, etc.
You can pass any property from the [Link](/components/link#props) component such as `to`, `target`, etc.
::component-code
---
@@ -120,7 +120,7 @@ props:
::
::note
You can pass an array of arrays to the `items` prop to display groups of items.
You can also pass an array of arrays to the `items` prop to display groups of items.
::
::tip