From 4eefa05d3fa0d8a249c9187ac688aa14e1e1a5e2 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 21 Dec 2020 15:20:45 +0000 Subject: [PATCH] Another typo --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index a47ac8bc2..ed026cf58 100644 --- a/src/client.js +++ b/src/client.js @@ -702,7 +702,7 @@ MatrixClient.prototype.setForceTURN = function(forceTURN) { /** * Set whether to advertise transfer support to other parties on Matrix calls. - * @param {bool} supportsCallTransfer True to advertise the 'm.call.transeree' capability + * @param {bool} supportsCallTransfer True to advertise the 'm.call.transferee' capability */ MatrixClient.prototype.setSupportsCallTransfer = function(supportsCallTransfer) { this._supportsCallTransfer = supportsCallTransfer;