Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jun 17, 2019
1 parent 7c80355 commit 6cc443c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CallHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/IntegrationManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cc443c

Please sign in to comment.