Skip to content

Commit

Permalink
Merge pull request #642 from matrix-org/t3chguy/doc_fixes
Browse files Browse the repository at this point in the history
fix some documentation typos
  • Loading branch information
t3chguy authored Jun 8, 2018
2 parents 172044a + 260e7b5 commit eaa2fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ MatrixClient.prototype.isEventSenderVerified = async function(event) {
/**
* Cancel a room key request for this event if one is ongoing and resend the
* request.
* @param {MatrxEvent} event event of which to cancel and resend the room
* @param {MatrixEvent} event event of which to cancel and resend the room
* key request.
*/
MatrixClient.prototype.cancelAndResendEventRoomKeyRequest = function(event) {
Expand Down Expand Up @@ -721,7 +721,7 @@ MatrixClient.prototype.getGroup = function(groupId) {

/**
* Retrieve all known groups.
* @return {Groups[]} A list of groups, or an empty list if there is no data store.
* @return {Group[]} A list of groups, or an empty list if there is no data store.
*/
MatrixClient.prototype.getGroups = function() {
return this.store.getGroups();
Expand Down

0 comments on commit eaa2fde

Please sign in to comment.