webapp: Fix typos

This commit is contained in:
Thomas Basler 2023-03-27 19:03:18 +02:00 committed by helgeerbe
parent 8ca664a8fe
commit d8a15c39cb
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ export default defineComponent({
this.socket.onopen = function (event) {
console.log(event);
console.log("Successfuly connected to the echo websocket server...");
console.log("Successfully connected to the echo websocket server...");
};
// Listen to window events , When the window closes , Take the initiative to disconnect websocket Connect

View File

@ -502,7 +502,7 @@ export default defineComponent({
this.socket.onopen = function (event) {
console.log(event);
console.log("Successfuly connected to the echo websocket server...");
console.log("Successfully connected to the echo websocket server...");
};
// Listen to window events , When the window closes , Take the initiative to disconnect websocket Connect