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