From ce78a7bbc12c9efcbbff4cb8e30f02287352d401 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Fri, 1 May 2026 21:09:27 +0000
Subject: [PATCH] Fix double spaces in prose
Generated-By: mintlify-agent
---
changelog.mdx | 4 ++--
guides/assistant-embed.mdx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/changelog.mdx b/changelog.mdx
index 82d6a8359..d9c2289c9 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -1810,7 +1810,7 @@ noindex: true

- We've fixed both the mobile and desktop layout of our docs so that they are more SEO-friendly - including adding proper aria tags to navbar and toggle elements.
+ We've fixed both the mobile and desktop layout of our docs so that they are more SEO-friendly - including adding proper aria tags to navbar and toggle elements.
## Dashboard Improvements
@@ -1823,7 +1823,7 @@ noindex: true
## Bug Fixes
- - Fixed a bug where the top bar would not stretch to the width of the screen when it's in custom mode and the sidebar layout is `sidenav`.
+ - Fixed a bug where the top bar would not stretch to the width of the screen when it's in custom mode and the sidebar layout is `sidenav`.
- Fix relative positioning of the AI widget.
## More
diff --git a/guides/assistant-embed.mdx b/guides/assistant-embed.mdx
index 66f2aec76..58c9732fc 100644
--- a/guides/assistant-embed.mdx
+++ b/guides/assistant-embed.mdx
@@ -153,7 +153,7 @@ When a user creates a new conversation thread, the server returns two values in
You must capture and persist both values on the first response. On every subsequent message, include both `threadId` and `threadKey` in the request body. If you send a `threadId` without the corresponding `threadKey`, the server returns a `404` error.
- You must store the `X-Thread-Key` header immediately. The server only returns it when a new thread is created. You cannot retrieve it later.
+ You must store the `X-Thread-Key` header immediately. The server only returns it when a new thread is created. You cannot retrieve it later.
```jsx