From d2c535d0845a072b5e44b0d0540bc19ada676c97 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Wed, 26 Aug 2026 02:43:51 +0000
Subject: [PATCH] fix: grammar and punctuation in editor docs
---
editor/index.mdx | 2 +-
editor/pages.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/editor/index.mdx b/editor/index.mdx
index bf98d3468..ec2963ce3 100644
--- a/editor/index.mdx
+++ b/editor/index.mdx
@@ -24,7 +24,7 @@ The editor loads by default when you open your [dashboard](https://app.mintlify.
**Your team edits together.** Multiple people can edit the same page at once, with live cursors showing who is working where. Comments and suggestions are visible to everyone.
- If the editor ever appears out of sync with your repository, use [Reset editor](/editor/settings#reset-editor) to force a resync. For example, an empty file tree or the error `Unable to find docs.json` appears when the file is present on your deployment branch.
+ If the editor ever appears out of sync with your repository, use [Reset editor](/editor/settings#reset-editor) to force a resync. For example, an empty file tree or the error `Unable to find docs.json` appears even when the file is present on your deployment branch.
## Editor layout
diff --git a/editor/pages.mdx b/editor/pages.mdx
index 9be78797f..6b7b9be18 100644
--- a/editor/pages.mdx
+++ b/editor/pages.mdx
@@ -13,7 +13,7 @@ The editor workspace is split into two tabs: **Home** and **Publishing**.
**Publishing** is your published site. It shows the navigation your visitors see, along with your site settings.
-Home hides some files by default including `docs.json`, files and folders whose names start with a dot, files with no extension, all-caps Markdown files like `README.md`, and `.css`, `.js`, `.jsx`, `.mjs`, `.cjs`, and `.pdf` files. To see all files, turn on [Show all files](/editor/settings#appearance) or press Cmd + Shift + . (macOS) or Ctrl + Shift + . (Windows).
+Home hides some files by default, including `docs.json`, files and folders whose names start with a dot, files with no extension, all-caps Markdown files like `README.md`, and `.css`, `.js`, `.jsx`, `.mjs`, `.cjs`, and `.pdf` files. To see all files, turn on [Show all files](/editor/settings#appearance) or press Cmd + Shift + . (macOS) or Ctrl + Shift + . (Windows).
## Create a page