Skip to content

Commit be24535

Browse files
bourgeoaTallTed
andauthored
Update src/chat/chatLogic.js
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 6944d1e commit be24535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chat/chatLogic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class ChatChannel {
3939

4040
/* Store a new message in the web,
4141
as a replacement for an existing one.
42-
The old one iis left, and the two are linked
42+
The old one is left, and the two are linked
4343
*/
4444
async updateMessage (text, oldMsg = null, deleteIt) {
4545
const sts = []

0 commit comments

Comments
 (0)