From 2e17626ad879a0bd117e4b521ad99ae694f59050 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:04:34 +0000 Subject: [PATCH] docs: harmonize paid_partnership wording across quickstarts --- enterprise-api/posts/manage-tweets/quickstart.mdx | 2 +- x-api/posts/manage-tweets/quickstart.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/enterprise-api/posts/manage-tweets/quickstart.mdx b/enterprise-api/posts/manage-tweets/quickstart.mdx index a5cce4547..4a6b065a6 100644 --- a/enterprise-api/posts/manage-tweets/quickstart.mdx +++ b/enterprise-api/posts/manage-tweets/quickstart.mdx @@ -347,7 +347,7 @@ console.log(`Created poll: ${response.data?.id}`); -Use the `paid_partnership` field to indicate that this Post is a paid partnership (i.e. the author is disclosing it contains paid promotion). When set to `true`, the Post will be labeled as a paid promotion. +Use the `paid_partnership` field to indicate that this Post is a paid partnership (i.e., the author is disclosing that it contains paid promotion). When set to `true`, the Post will be labeled as a paid promotion. diff --git a/x-api/posts/manage-tweets/quickstart.mdx b/x-api/posts/manage-tweets/quickstart.mdx index 0e51a6f80..0ac3a628c 100644 --- a/x-api/posts/manage-tweets/quickstart.mdx +++ b/x-api/posts/manage-tweets/quickstart.mdx @@ -347,7 +347,7 @@ console.log(`Created poll: ${response.data?.id}`); -Use the `paid_partnership` field to indicate that this Post is a paid partnership (i.e. the author is disclosing it contains paid promotion). When set to `true`, the Post will be labeled as a paid promotion. +Use the `paid_partnership` field to indicate that this Post is a paid partnership (i.e., the author is disclosing that it contains paid promotion). When set to `true`, the Post will be labeled as a paid promotion.