diff --git a/editor/settings.mdx b/editor/settings.mdx index c15fd0577..025be12ff 100644 --- a/editor/settings.mdx +++ b/editor/settings.mdx @@ -105,7 +105,7 @@ The **Danger zone** section of the editor settings panel contains actions that c ### Reset editor -**Reset editor** forces the editor to discard its local state and sync with your Git repository. If the editor gets stuck out of sync with your repo, reset the editor. For example, if the file tree is empty or shows errors like `Unable to find docs.json` even though the file exists on your deployment branch and your live site ibuilds normally. +**Reset editor** forces the editor to discard its local state and sync with your Git repository. If the editor gets stuck out of sync with your repo, reset the editor. For example, if the file tree is empty or shows errors like `Unable to find docs.json` even though the file exists on your deployment branch and your live site builds normally. If you reset the editor, you discard any unpublished changes that haven't been committed to Git. If you have pending edits you want to keep, publish them first.