diff --git a/app/extensions/websockets/page.mdx b/app/extensions/websockets/page.mdx
index 59b716d..28e7789 100644
--- a/app/extensions/websockets/page.mdx
+++ b/app/extensions/websockets/page.mdx
@@ -32,7 +32,7 @@ Messages sent over the WebSocket connection are JSON objects.
Same as the `X-Signed-By` header in HTTP requests.
-
+
Same as the request body in HTTP requests. Must be a string (stringified JSON), not JSON.
diff --git a/app/introduction/page.mdx b/app/introduction/page.mdx
index 65c9fbe..dc51f80 100644
--- a/app/introduction/page.mdx
+++ b/app/introduction/page.mdx
@@ -34,7 +34,7 @@ The words **MUST**, **MUST NOT**, **SHOULD**, **SHOULD NOT**, and **MAY** are us
The Versia Protocol uses the following terms:
-- **Entity**: A generic term for any JSON object in the protocol, such as an [Actor](./entities/actors), a [Note](./entities/note), or a [Like](./entities/likes). Entities are uniquely identified by their `id` property.
+- **Entity**: A generic term for any JSON object in the protocol, such as a [User](./entities/user), a [Note](./entities/note), or a [Like](./extensions/likes). Entities are uniquely identified by their `id` property.
- **Implementation**: A software application that implements the Versia Protocol.
- **Instance**: An application deploying an **Implementation**.
- Using the same nomenclature, an ActivityPub Implementation would be `Mastodon`, and an Instance would be `mastodon.social`.