Spelling
This commit is contained in:
parent
950f591b3f
commit
6b02f59fb7
3 changed files with 6 additions and 6 deletions
|
@ -19,11 +19,11 @@ import { asyncAction } from './actionCreators';
|
|||
const GroupActions = {};
|
||||
|
||||
/**
|
||||
* Create a GroupActions.fetchJoinedGroups action that represents an
|
||||
* asyncronous request to fetch the groups to which a user is joined.
|
||||
* Create a GroupActions.fetchJoinedGroups action that represents an
|
||||
* asynchronous request to fetch the groups to which a user is joined.
|
||||
*
|
||||
* @param {MatrixClient} matrixClient the matrix client to query.
|
||||
* @returns {function} an asyncronous action of type
|
||||
* @returns {function} an asynchronous action of type
|
||||
* GroupActions.fetchJoinedGroups.
|
||||
*/
|
||||
GroupActions.fetchJoinedGroups = function(matrixClient) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue