Skip to content

Commit

Permalink
docs: Fixing typo in Avatar.types.ts (microsoft#31054)
Browse files Browse the repository at this point in the history
Co-authored-by: matt4885 <mkempey@gmail.com>
  • Loading branch information
2 people authored and Hotell committed Apr 17, 2024
1 parent 7d1aac2 commit eedf4cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "docs: Fixing typo in Avatar.types.ts.",
"packageName": "@fluentui/react-avatar",
"email": "Humberto.Morimoto@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export type AvatarProps = Omit<ComponentProps<AvatarSlots>, 'color'> & {
*
* Note: At size 16, if initials are displayed, only the first initial will be rendered.
*
* If a non-supported size is neeeded, set `size` to the next-smaller supported size, and set `width` and `height`
* If a non-supported size is needed, set `size` to the next-smaller supported size, and set `width` and `height`
* to override the rendered size.
*
* For example, to set the avatar to 45px in size:
Expand Down

0 comments on commit eedf4cf

Please sign in to comment.