Skip to content

Commit

Permalink
[i233] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kanat committed Jan 9, 2024
1 parent d02bc50 commit a84d17c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ChatUI.setMimeTypeIconProvider(mimeType -> {

## Customizing Avatars
An avatar is a small image which identifies a specific user or channel.
`UserAvatarView` is used in the lists of users and messages, whereas `ChannelAvatarView` is used in in the lists of channels.
`UserAvatarView` is used in the lists of users and messages, whereas `ChannelAvatarView` is used in the lists of channels.

The image in the `UserAvatarView` and `ChannelAvatarView` is being displayed based on the `image` property, present in both `User` and `Channel` objects respectively:

Expand Down

0 comments on commit a84d17c

Please sign in to comment.