From e3ea6ccf8f13e15470be8a1b08e87be70a38c734 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 8 Dec 2023 07:40:09 -0800 Subject: [PATCH] Fix the description of `media_attachments` in `StatusEdit` (#1180) --- content/en/entities/StatusEdit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/entities/StatusEdit.md b/content/en/entities/StatusEdit.md index f58f34d3..c12996e5 100644 --- a/content/en/entities/StatusEdit.md +++ b/content/en/entities/StatusEdit.md @@ -105,7 +105,7 @@ aliases: [ ### `media_attachments` {#media_attachments} -**Description:** The current state of the poll options at this revision. Note that edits changing the poll options will be collapsed together into one edit, since this action resets the poll.\ +**Description:** The current state of the media attachments at this revision.\ **Type:** Array of [MediaAttachment]({{}})\ **Version history:**\ 3.5.0 - added