mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 18:55:58 +03:00
Typo
This commit is contained in:
parent
4017fa7f1d
commit
b16eb1713e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import EventEmitter from 'events';
|
|||
|
||||
/**
|
||||
* Stores the group summary for a room and provides an API to change it and
|
||||
* other useful group APIs may have an effect on the group summary.
|
||||
* other useful group APIs that may have an effect on the group summary.
|
||||
*/
|
||||
export default class GroupStore extends EventEmitter {
|
||||
constructor(matrixClient, groupId) {
|
||||
|
|
Loading…
Reference in a new issue