1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 04:43:05 +03:00

Fix spelling error in avatars.md

I noticed this while browsing the documentation.
This commit is contained in:
Henric Trotzig 2021-02-02 21:37:16 +01:00 committed by GitHub
parent 2e18b3c811
commit 33a59ceab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
<img class="avatar avatar-1 mr-2" alt="jonrohan" src="https://github.com/jonrohan.png?v=3&s=32" />