diff --git a/docs/src/pages/components/avatars/avatars.md b/docs/src/pages/components/avatars/avatars.md index cd5ac8b0f4291b..a62bf4b9c738db 100644 --- a/docs/src/pages/components/avatars/avatars.md +++ b/docs/src/pages/components/avatars/avatars.md @@ -42,7 +42,7 @@ If you need square or rounded avatars, use the `variant` prop. If there is an error loading the avatar image, the component falls back to an alternative in the following order: - the provided children -- the first letter of tha `alt` text +- the first letter of the `alt` text - a generic avatar icon {{"demo": "pages/components/avatars/FallbackAvatars.js"}}