Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 5b48a9f

Browse files
Geekhyttong
and
tong
authored
fix: note spell mistake (#472)
Co-authored-by: tong <[email protected]>
1 parent c2778d6 commit 5b48a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/conference/signaling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class SioSignaling extends EventModule.EventDispatcher {
4949
* @return {Promise<Object, Error>} Return a promise resolved with the data returned by portal if successfully logged in. Or return a promise rejected with a newly created Oms.Error if failed.
5050
* @param {string} host Host of the portal.
5151
* @param {string} isSecured Is secure connection or not.
52-
* @param {string} loginInfo Infomation required for logging in.
52+
* @param {string} loginInfo Information required for logging in.
5353
* @private.
5454
*/
5555
connect(host, isSecured, loginInfo) {

0 commit comments

Comments
 (0)