Skip to content

Commit 6064447

Browse files
Merge pull request #1128 from GetStream/vishalnarkhede-patch-1
fix: simple doc fix to fix next release
2 parents 4b1aafd + 26a6838 commit 6064447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/Avatar/Avatar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export type AvatarProps = {
4747
};
4848

4949
/**
50-
* Avatar - A round avatar image with fallback to user's initials
50+
* Avatar - A round avatar image with fallback to user's initials.
5151
*/
5252
export const Avatar: React.FC<AvatarProps> = (props) => {
5353
const {

0 commit comments

Comments
 (0)