Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricouellet committed Jan 27, 2022
1 parent 63f9b7d commit 388d754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function onMessageReceived(messageObject) {
notificationDisplayer.addNotification();

if (notificationsEnabled === true) {
notifier.notify(`${messageObject?.sender} :${messageObject?.text}`);
notifier.notify(`${messageObject?.sender}: ${messageObject?.text}`);
}
}

Expand Down

0 comments on commit 388d754

Please sign in to comment.