From 8c2c38a27c1c2ed77a5c6ec354436cff1f8e519d Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:16:19 +0000 Subject: [PATCH] docs: fix trailing whitespace and missing periods --- authentication.mdx | 2 +- essentials/images.mdx | 4 ++-- introduction.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/authentication.mdx b/authentication.mdx index d0b72af..4cf7964 100644 --- a/authentication.mdx +++ b/authentication.mdx @@ -6,7 +6,7 @@ description: "How to authenticate your requests to the TaskFlow API." The TaskFlow API uses **Bearer token authentication**. Every request must include a valid API key in the `Authorization` header. -## Your API Key +## Your API Key ``` tf-live-4a8f2c1e9b3d7e6a diff --git a/essentials/images.mdx b/essentials/images.mdx index 1144eb2..be466a0 100644 --- a/essentials/images.mdx +++ b/essentials/images.mdx @@ -13,7 +13,7 @@ icon: 'image' ### Using Markdown -The [markdown syntax](https://www.markdownguide.org/basic-syntax/#images) lets you add images using the following code +The [markdown syntax](https://www.markdownguide.org/basic-syntax/#images) lets you add images using the following code. ```md ![title](/path/image.jpg) @@ -23,7 +23,7 @@ Note that the image file size must be less than 5MB. Otherwise, we recommend hos ### Using embeds -To get more customizability with images, you can also use [embeds](/writing-content/embed) to add images +To get more customizability with images, you can also use [embeds](/writing-content/embed) to add images. ```html diff --git a/introduction.mdx b/introduction.mdx index dba219d..2f356b6 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -3,7 +3,7 @@ title: "Introduction" description: "Welcome to the TaskFlow API documentation." --- -TaskFlow is a simple task management API that lets you create projects, organize +TaskFlow is a simple task management API that lets you create projects, organize tasks within them, track progress, and delete tasks when they're done. ## What you can do with TaskFlow