Skip to content

Commit 8588c17

Browse files
committed
Fixed comments in talkjs-wrapper.js
1 parent e480c30 commit 8588c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/blazor-wasm-basic-example/wwwroot/talkjs-wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ window.TalkWrapper = {
33
talkSession: undefined,
44

55
/**
6-
* Function that creates a conversation between 2 users
6+
* Function that creates a conversation between users
77
* @param {string} appId - appId from your Talk account
88
* @param {object} myUser - object with parameters needed to create a Talk.User object
99
* @param {object} otherUsers - array of objects with parameters needed to create Talk.User objects

0 commit comments

Comments
 (0)