From f05d9a2da0edd8d73fccfbc028cd595f0f5ef486 Mon Sep 17 00:00:00 2001 From: UltimateForm Date: Mon, 3 Feb 2020 12:42:38 +0000 Subject: [PATCH] [docs] Fix typo in the Avatar docs (#19544) --- docs/src/pages/components/avatars/avatars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}}