Skip to content

Commit

Permalink
repared typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisNeo committed Apr 30, 2023
1 parent e1fae1a commit 135ce4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ function send_message(service_name, parameters){
}
globals.bot_msg.setSender(msg.bot);
globals.bot_msg.setID(msg.response_id);
globals.bot_msg.messageTextElement.innerHTML = `Generating answer. Please satnd by...`;
globals.bot_msg.messageTextElement.innerHTML = `Generating answer. Please stand by...`;
});

socket.on('waiter', function(msg) {
globals.bot_msg.messageTextElement.innerHTML = `Generating answer. Please satnd by...`;
globals.bot_msg.messageTextElement.innerHTML = `Generating answer. Please stand by...`;
});

socket.on('message', function(msg) {
Expand Down

0 comments on commit 135ce4a

Please sign in to comment.