From c8aefd06351b4d106530f03c219f3199991e6df8 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 22:15:16 +0000 Subject: [PATCH] docs: fix possessive apostrophe in dm.read description --- x-api/activity/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-api/activity/introduction.mdx b/x-api/activity/introduction.mdx index 41511a78c..f3a97f735 100644 --- a/x-api/activity/introduction.mdx +++ b/x-api/activity/introduction.mdx @@ -95,7 +95,7 @@ Legacy DM events pertain to the legacy, unencrypted DM system. | --- | --- | --- | | `dm.received` | Fired when a user receives an unencrypted direct message | `user_id` | | `dm.sent` | Fired when a user sends an unencrypted direct message | `user_id` | -| `dm.read` | Fired when a user reads the filtered users unencrypted DM message, or "read receipt" | `user_id` | +| `dm.read` | Fired when a user reads the filtered user's unencrypted DM message, or "read receipt" | `user_id` | | `dm.indicate_typing` | Fired when a user is typing a message to the filtered user | `user_id` | ### News events