From b16eb1713e3ad231d9b578d9b3259813d8cff60e Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 4 Oct 2017 17:01:44 +0100 Subject: [PATCH] Typo --- src/stores/GroupStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/GroupStore.js b/src/stores/GroupStore.js index cffffd8b2e..f15561bbb0 100644 --- a/src/stores/GroupStore.js +++ b/src/stores/GroupStore.js @@ -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) {