From cc5832e7a4517a161bc6537d0db4527b160f5714 Mon Sep 17 00:00:00 2001 From: Mees van der Wijk Date: Mon, 8 Dec 2025 15:30:26 +0100 Subject: [PATCH] Fixed something --- WebSocketLibCommuncationStandard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebSocketLibCommuncationStandard.md b/WebSocketLibCommuncationStandard.md index 30aa5e3..6b6268d 100644 --- a/WebSocketLibCommuncationStandard.md +++ b/WebSocketLibCommuncationStandard.md @@ -24,7 +24,7 @@ Once you're connected to the WebSocket server it is very important you immediate ## Message Encoding/Decoding -Messages are encoded as stringified JSON. Each message **always** includes a `packet` attributes. This attributes specifies the packet type, see the types below. This format applies to both directions of communication. +Messages are encoded as stringified JSON and **always** includes a `packet` attributes. This attributes specifies the packet type, see the types below. This format applies to both directions of communication. ## Message type `NORMAL`