From fdb8b812a09f182defafcc3de37601ceb5b52daa Mon Sep 17 00:00:00 2001 From: "mintlify-development[bot]" <109878554+mintlify-development[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:36:54 +0000 Subject: [PATCH] Add spellcheck feature to editor documentation Generated-By: mintlify-agent --- editor/index.mdx | 1 + editor/pages.mdx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/editor/index.mdx b/editor/index.mdx index cbd428979..5cc3adf25 100644 --- a/editor/index.mdx +++ b/editor/index.mdx @@ -25,6 +25,7 @@ Create, edit, and publish documentation directly in your browser with the web ed - **Live preview**: See real-time changes without creating a preview deployment. - **Shareable preview links**: Create preview links for your team from the editor. - **Drag-and-drop navigation**: Organize your site structure visually without editing configuration files. +- **Built-in spellcheck**: Visual mode includes browser-native spellcheck to help catch typos as you write. - **Git synchronization**: All changes sync automatically with your documentation repository. - **Team collaboration**: Multiple team members can work simultaneously with branch-based workflows. diff --git a/editor/pages.mdx b/editor/pages.mdx index aa19f0d88..b88c11ce0 100644 --- a/editor/pages.mdx +++ b/editor/pages.mdx @@ -43,7 +43,7 @@ Switch between visual and Markdown mode with the toggle in the toolbar. The web ### Visual mode -Edit content with real-time previews that show how the content looks when published. +Edit content with real-time previews that show how the content looks when published. Visual mode includes browser-native spellcheck to help you catch typos as you write. - **Add text**: Type in the editor to see how the text appears when published. - **Format text**: Use the toolbar to bold, italicize, or apply other formatting to text.