1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Merge pull request #642 from matrix-org/t3chguy/doc_fixes

fix some documentation typos
This commit is contained in:
Michael Telatynski
2018-06-08 12:17:48 +01:00
committed by GitHub

View File

@@ -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 * Cancel a room key request for this event if one is ongoing and resend the
* request. * 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. * key request.
*/ */
MatrixClient.prototype.cancelAndResendEventRoomKeyRequest = function(event) { MatrixClient.prototype.cancelAndResendEventRoomKeyRequest = function(event) {
@@ -721,7 +721,7 @@ MatrixClient.prototype.getGroup = function(groupId) {
/** /**
* Retrieve all known groups. * 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() { MatrixClient.prototype.getGroups = function() {
return this.store.getGroups(); return this.store.getGroups();