docs: use present tense when possible

This commit is contained in:
Benjamin Canac
2024-08-01 12:05:09 +02:00
parent a23c3140df
commit 789fcb6566
10 changed files with 13 additions and 13 deletions

View File

@@ -62,7 +62,7 @@ props:
### Alt
When no icon or text is provided, the **initials** of the `alt` prop will be used as fallback.
When no icon or text is provided, the **initials** of the `alt` prop is used as fallback.
::component-code
---
@@ -73,7 +73,7 @@ props:
::
::note
The `alt` prop will be used as the `alt` attribute of the image.
The `alt` prop is passed to the `img` element as the `alt` attribute.
::
## Examples