From bd043131f67f6b5f9b336d1c822caceb5bc74bad Mon Sep 17 00:00:00 2001 From: UltimateForm Date: Mon, 3 Feb 2020 11:23:07 +0000 Subject: [PATCH] Update avatars.md Fixed silly typo at line 45 because why not --- 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"}}