Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sravan-s committed May 26, 2023
1 parent de2d34b commit ac7560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Channel/components/Message/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const Message = ({
if (renderedMessage) {
return (
<div
// donot delete this data attribute, used for scroll to given message
// do not delete this data attribute, used for scroll to given message
// and also for testing
data-sb-message-id={message.messageId}
data-sb-created-at={message.createdAt}
Expand Down

0 comments on commit ac7560f

Please sign in to comment.