Fixed some typos

2025-12-09 11:22:26 +00:00
parent cc5832e7a4
commit 58a0ecea16

@@ -1,4 +1,4 @@
# Getiyo WebSocket Bridge
# WebSocket Lib Communication Standard
Document that describes the messaging standard that Getiyo uses for WebSocket communication with external software and tools.
@@ -65,7 +65,7 @@ There are a messages that can only be send by Getiyo and contain server-side err
```JSON
{
"packet": "SYSTEM",
"packet": "ERROR",
"type": "auth",
"message": "An error message."
}