From 6cc443cd018af9b416e5470b60cddf80d2267334 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 17 Jun 2019 15:27:35 -0600 Subject: [PATCH] spelling --- src/CallHandler.js | 2 +- src/IntegrationManager.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CallHandler.js b/src/CallHandler.js index e47209eebe..5b58400ae6 100644 --- a/src/CallHandler.js +++ b/src/CallHandler.js @@ -344,7 +344,7 @@ function _onAction(payload) { } async function _startCallApp(roomId, type) { - // check for a working intgrations manager. Technically we could put + // check for a working integrations manager. Technically we could put // the state event in anyway, but the resulting widget would then not // work for us. Better that the user knows before everyone else in the // room sees it. diff --git a/src/IntegrationManager.js b/src/IntegrationManager.js index 165ee6390d..4ca7fc57dc 100644 --- a/src/IntegrationManager.js +++ b/src/IntegrationManager.js @@ -44,7 +44,7 @@ export default class IntegrationManager { } /** - * Launch the integrations manager on the stickers integration page + * Launch the integrations manager on the specified integration page * @param {string} integName integration / widget type * @param {string} integId integration / widget ID * @param {function} onFinished Callback to invoke on integration manager close