From 33a59ceab8d8a88e6f43105d47e094db4d3d7ff1 Mon Sep 17 00:00:00 2001 From: Henric Trotzig Date: Tue, 2 Feb 2021 21:37:16 +0100 Subject: [PATCH] Fix spelling error in avatars.md I noticed this while browsing the documentation. --- docs/content/components/avatars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/components/avatars.md b/docs/content/components/avatars.md index f7d590bb..e3ba931f 100644 --- a/docs/content/components/avatars.md +++ b/docs/content/components/avatars.md @@ -28,7 +28,7 @@ We occasionally use smaller avatars. Anything less than `24px` wide should inclu ### Avatar sizes -Instead of using the `width` and `height` attribute, you can also use a class like `.avatar-[1-8]`. The sizes go from `16px` up to `64px`. Note: Avatar stacks are only suppurted for the `20px` avatar size. +Instead of using the `width` and `height` attribute, you can also use a class like `.avatar-[1-8]`. The sizes go from `16px` up to `64px`. Note: Avatar stacks are only supported for the `20px` avatar size. ```html live jonrohan