diff --git a/editor.mdx b/editor.mdx
index 4d1896db1..f7fa49585 100644
--- a/editor.mdx
+++ b/editor.mdx
@@ -86,19 +86,19 @@ You can add content blocks and other components to your documentation in visual
/>
-### Source Mode
+### Markdown Mode
-Source mode provides direct access to the underlying MDX code of your documentation. This mode is preferable when you need precise control over component properties or when you prefer to write in Markdown/MDX syntax.
+Markdown mode provides direct access to the underlying MDX code of your documentation. This mode is preferable when you need precise control over component properties or when you prefer to write in Markdown/MDX syntax.
@@ -107,7 +107,7 @@ Source mode provides direct access to the underlying MDX code of your documentat
1. **Browse files**: Use the sidebar file explorer to navigate through your documentation.
2. **Open a file**: Click on the file that you want to edit to open it in the editor.
-3. **Make changes**: Edit the content using visual or source mode. Changes are automatically saved as drafts.
+3. **Make changes**: Edit the content using visual or Markdown mode. Changes are automatically saved as drafts.
4. **Preview changes**: See how your changes will appear in visual mode.
## Publishing