Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a41d76b

Browse files
committed
fix typos
1 parent 76afc11 commit a41d76b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/views/messages/ReactionsRowButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ interface IProps {
3333
content: string;
3434
// The count of votes for this key
3535
count: number;
36-
// A Set of Martix reaction events for this key
36+
// A Set of Matrix reaction events for this key
3737
reactionEvents: Set<MatrixEvent>;
3838
// A possible Matrix event if the current user has voted for this type
3939
myReactionEvent?: MatrixEvent;

src/components/views/messages/ReactionsRowButtonTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface IProps {
2929
mxEvent: MatrixEvent;
3030
// The reaction content / key / emoji
3131
content: string;
32-
// A Set of Martix reaction events for this key
32+
// A Set of Matrix reaction events for this key
3333
reactionEvents: Set<MatrixEvent>;
3434
visible: boolean;
3535
}

0 commit comments

Comments
 (0)