diff --git a/changelog.mdx b/changelog.mdx
index 10c243237..586809946 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -382,7 +382,7 @@ noindex: true
You can now display "last modified" timestamps on all pages in your documentation. Enable this feature by setting the [`timestamp`](/organize/settings#param-timestamp) flag in your `docs.json` settings.
- When enabled, each page will automatically show when it was last updated, helping readers understand how current the content is.
+ When enabled, each page automatically shows when it was last updated, helping readers understand how current the content is.
@@ -523,7 +523,7 @@ noindex: true
## Assistant improvements
- - **Starter questions for assistant are here! You can add your own within the dashboard at [Assistant --> Settings](https://dashboard.mintlify.com/mintlify/mintlify/products/assistant/settings)**
+ - **Starter questions for assistant are here.** You can add your own within the dashboard at [Assistant --> Settings](https://dashboard.mintlify.com/mintlify/mintlify/products/assistant/settings).
- Assistant insights quality has been improved with default spam protection for abusive keywords and JSON queries.
## API playground improvements
@@ -800,7 +800,7 @@ noindex: true
- Security enhancement added to editor such that only users with `write permissions` for the connected git hosting repository can make changes
- Fixed a bug where preview deployments wouldn't work for branches with `=` in the name
- Fixed a bug where long branch names would overflow modals on preview deployment creations
- - Quality of life improvement where email query parameter will prefill the input on signup invitations
+ - Quality of life improvement where email query parameter prefills the input on signup invitations
- Fixed a bug where copying a page from the context menu was not working on safari
## API playground and navigation
@@ -847,7 +847,7 @@ noindex: true
## Component and styling enhancements
- Added a new CSS selector for custom styles on `SidebarNavGroupDivider`
- - New regression tests for MDX defined API pages that have security defined on them will ensure a greater degree of stability
+ - New regression tests for MDX defined API pages that have security defined on them ensure a greater degree of stability
## Performance improvements
@@ -962,7 +962,7 @@ noindex: true
## Performance and reliability
- - All image and video assets present in your docs repo are now served at the appropriate path on your domain. For example, if you have `/assets/marketing/my-logo.png` in your repo, it will be available at `https://mydocsurl.extension/assets/marketing/my-logo.png`.
+ - All image and video assets present in your docs repo are now served at the appropriate path on your domain. For example, if you have `/assets/marketing/my-logo.png` in your repo, it is available at `https://mydocsurl.extension/assets/marketing/my-logo.png`.
- Email field on login for the Mintlify dashboard now autofocuses so you can start typing immediately _(quality of life improvement)_
- Both custom domains and subdomains in Redis for a performance improvement on navigation load times (~50ms latency reduction)
- Added retry logic for PDF exports to improve reliability
@@ -1187,7 +1187,7 @@ noindex: true
- [Guide to Technical Writing:](https://mintlify.com/guides/introduction)Best practices for writing technical documentation, including audience research, content types, and writing tips.
- [Dropdown component](organize/navigation#dropdowns): Organize navigation with a dropdown, in addition to tabs and anchors.
- - [AI syntax fixer](https://x.com/ricardonunez_io/status/1892334887644123192): The web editor will catch if there’s a parsing error and use AI to suggest fixes.
+ - [AI syntax fixer](https://x.com/ricardonunez_io/status/1892334887644123192): The web editor catches parsing errors and uses AI to suggest fixes.
@@ -1230,7 +1230,7 @@ noindex: true

- You can now ask AI to make changes to your docs, with the context of all existing documentation. Type in a prompt and the writer will propose changes by generating a pull request.
+ You can now ask AI to make changes to your docs, with the context of all existing documentation. Type in a prompt and the writer proposes changes by generating a pull request.
## GitLab Integration Upgrade
@@ -1254,7 +1254,7 @@ noindex: true
## Localization
- You can now localize your docs which operates similarly to versioning. Add a `locale` to a version and fixed content in Mintlify like "Was this page helpful?" will also match the locale.
+ You can now localize your docs which operates similarly to versioning. Add a `locale` to a version and fixed content in Mintlify like "Was this page helpful?" also matches the locale.
### Quality Improvements