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

Commit b16eb17

Browse files
author
Luke Barnard
committed
Typo
1 parent 4017fa7 commit b16eb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/GroupStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import EventEmitter from 'events';
1818

1919
/**
2020
* Stores the group summary for a room and provides an API to change it and
21-
* other useful group APIs may have an effect on the group summary.
21+
* other useful group APIs that may have an effect on the group summary.
2222
*/
2323
export default class GroupStore extends EventEmitter {
2424
constructor(matrixClient, groupId) {

0 commit comments

Comments
 (0)