Skip to content

Commit 5c7cc74

Browse files
docs: fix spelling, punctuation, and broken markdown across MDX docs (#133)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent a0b8f10 commit 5c7cc74

6 files changed

Lines changed: 7 additions & 11 deletions

File tree

enterprise-api/media/quickstart/best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Best practices
33
sidebarTitle: Best practices
44
keywords: ["media upload best practices", "upload media", "media best practices", "image upload", "video upload", "media upload guide"]
55

6-
description: "There are a few important concepts to understand when using the [`POST. Reference for the Enterprise X API tier covering quickstart."
6+
description: "Important concepts and best practices for using the POST /2/media/upload endpoint. Reference for the Enterprise X API tier covering quickstart."
77
---
88

99
There are a few important concepts to understand when using the [`POST /2/media/upload`](/x-api/media/upload-media) endpoint. Uploading media with OAuth can be a bit tricky, so we’ve outlined some things to keep in mind as well as a working sample of how to use this endpoint here.

enterprise-api/posts/counts/integrate/build-a-query.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ All operators are evaluated in a case-insensitive manner. For example, the query
9696

9797
The [filtered stream](/x-api/posts/filtered-stream) matching behavior acts differently from Post counts. When [building a filtered stream rule](/x-api/posts/filtered-stream/integrate/build-a-rule), know that keywords and hashtags that include accents and diacritics will only match on terms that also include the accent and diacritic, and will not match on terms that use normal characters instead. 
9898

99-
For example, filtered stream rules that include a keyword Diacrítica or hashtag #cumpleaños will only match the terms _Diacrítica_ and _#cumpleaños_, and will not match on _Diacritica_ or _#cumpleanos_ without the tilde í or eñe
99+
For example, filtered stream rules that include a keyword Diacrítica or hashtag #cumpleaños will only match the terms _Diacrítica_ and _#cumpleaños_, and will not match on _Diacritica_ or _#cumpleanos_ without the tilde í or eñe.
100100

101101
**Specificity and efficiency**
102102

tutorials/getting-historical-posts-using-the-full-archive-search-endpoint.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ a maximum of 500 Posts per request, as shown below:
9494
curl --request GET 'https://api.x.com/2/tweets/search/all?query=from:xdevelopers&max_results=500' --header 'Authorization: Bearer $BEARER_TOKEN'
9595
```
9696

97-
###
98-
99-
Building queries
97+
### Building queries
10098

10199
As you can see in the example calls above, using the query parameter, you can
102100
specify the data that you want to search for. As an example, if you wanted to
@@ -133,9 +131,7 @@ account for the month of December 2020, your API call will be:
133131
curl --request GET 'https://api.x.com/2/tweets/search/all?query=from:XDevelopers&start_time=2020-12-01T00:00:00.00Z&end_time=2021-01-01T00:00:00.00Z' --header 'Authorization: Bearer $BEARER_TOKEN'
134132
```
135133

136-
###
137-
138-
Getting geo-tagged historical Posts
134+
### Getting geo-tagged historical Posts
139135

140136
Geo-tagged Posts are Posts that have geographic information associated with
141137
them such as city, state, country etc.

x-api/enterprise-gnip-2.0/fundamentals/data-dictionary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3105,7 +3105,7 @@ Activity streams format of Retweets includes a nested object with the type "acti
31053105

31063106
**X quoted status**
31073107

3108-
Activity streams format embeded quote Tweets
3108+
Activity streams format embedded quote Tweets
31093109

31103110
`{
31113111
"id": "tag:search.x.com,2005:222222222222",

x-api/media/quickstart/best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Best practices
33
sidebarTitle: Best practices
44
keywords: ["media upload best practices", "upload media", "media best practices", "image upload", "video upload", "media upload guide"]
55

6-
description: "There are a few important concepts to understand when using the [`POST. Reference for the X API v2 standard tier covering quickstart."
6+
description: "Important concepts and best practices for using the POST /2/media/upload endpoint. Reference for the X API v2 standard tier covering quickstart."
77
---
88

99
There are a few important concepts to understand when using the [`POST /2/media/upload`](/x-api/media/upload-media) endpoint. Uploading media with OAuth can be a bit tricky, so we’ve outlined some things to keep in mind as well as a working sample of how to use this endpoint here.

x-api/posts/counts/integrate/build-a-query.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ All operators are evaluated in a case-insensitive manner. For example, the query
9696

9797
The [filtered stream](/x-api/posts/filtered-stream) matching behavior acts differently from Post counts. When [building a filtered stream rule](/x-api/posts/filtered-stream/integrate/build-a-rule), know that keywords and hashtags that include accents and diacritics will only match on terms that also include the accent and diacritic, and will not match on terms that use normal characters instead. 
9898

99-
For example, filtered stream rules that include a keyword Diacrítica or hashtag #cumpleaños will only match the terms _Diacrítica_ and _#cumpleaños_, and will not match on _Diacritica_ or _#cumpleanos_ without the tilde í or eñe
99+
For example, filtered stream rules that include a keyword Diacrítica or hashtag #cumpleaños will only match the terms _Diacrítica_ and _#cumpleaños_, and will not match on _Diacritica_ or _#cumpleanos_ without the tilde í or eñe.
100100

101101
**Specificity and efficiency**
102102

0 commit comments

Comments
 (0)