We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6944d1e commit be24535Copy full SHA for be24535
src/chat/chatLogic.js
@@ -39,7 +39,7 @@ export class ChatChannel {
39
40
/* Store a new message in the web,
41
as a replacement for an existing one.
42
- The old one iis left, and the two are linked
+ The old one is left, and the two are linked
43
*/
44
async updateMessage (text, oldMsg = null, deleteIt) {
45
const sts = []
0 commit comments