webapp: Fix typos

This commit is contained in:
Thomas Basler 2023-03-27 19:03:18 +02:00
parent c47b7dd335
commit 8959795304
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

@ -489,7 +489,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