Skip to content

Commit 502aeaa

Browse files
committed
add reviewer feedback
1 parent 8cd0d0d commit 502aeaa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

editor.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Markdown mode provides direct access to the underlying `MDX` code of your docume
102102

103103
## Git fundamentals
104104

105-
The web editor performs Git operations behind the scenes. Understanding these concepts will help you work more effectively with the web editor.
105+
The web editor performs Git operations behind the scenes. Understanding these concepts will help you work more effectively with the web editor and collaborate with team members who are working in their local environments.
106106

107107
<AccordionGroup>
108108
<Accordion title="Repository">
@@ -135,7 +135,7 @@ The web editor performs Git operations behind the scenes. Understanding these co
135135
The web editor connects to your Git repository through our [GitHub App](/settings/github) or [GitLab integration](/settings/gitlab) and handles Git automatically. When you:
136136

137137
- **Open a file**: Fetches the latest version from your repository.
138-
- **Make changes in a file**: Tracks your changes as a draft that can become a Git commit.
138+
- **Make changes in a file**: Tracks your changes as a draft that can become a commit.
139139
- **Save changes**: Creates a commit with your changes.
140140
- **Create a branch**: Creates a new branch in your repository.
141141
- **Publish on your deployment branch**: Creates a commit and pushes directly to your deployment branch.
@@ -160,7 +160,7 @@ Branches let you work on changes without affecting the content on your live site
160160

161161
### Saving changes on a branch
162162

163-
To save your changes on a branch, select the **Save Changes** button in the top-right corner of the editor.
163+
To save your changes on a branch, select the **Save Changes** button in the top-right corner of the editor. This creates a commit with your changes and pushes it to your branch.
164164

165165
### Switching branches
166166

@@ -177,13 +177,13 @@ Edit existing content, create new pages, and organize your site structure in the
177177

178178
### Navigating files
179179

180-
Use the sidebar file explorer to browse your documentation, or select <kbd>Command</kbd> + <kbd>P</kbd> (<kbd>Ctrl</kbd> + <kbd>P</kbd> on Windows) to search for files.
180+
Use the sidebar file explorer to browse your documentation, or press <kbd>Command</kbd> + <kbd>P</kbd> (<kbd>Ctrl</kbd> + <kbd>P</kbd> on Windows) to search for files.
181181

182182
### Editing content
183183

184184
Make changes to your pages using visual mode or Markdown mode.
185185

186-
In visual mode, select <kbd>/</kbd> to open the dropdown component menu. Add content blocks, callouts, code blocks and other components to customize your documentation.
186+
In visual mode, press <kbd>/</kbd> to open the dropdown component menu. Add content blocks, callouts, code blocks and other components to customize your documentation.
187187

188188
<Frame>
189189
<img
@@ -218,7 +218,7 @@ In visual mode, select <kbd>/</kbd> to open the dropdown component menu. Add con
218218
}}
219219
alt="Files menu in the web editor in dark mode."/>
220220
1. Enter a filename.
221-
1. Select <kbd>Enter</kbd> to create the file.
221+
1. Press <kbd>Enter</kbd> to create the file.
222222

223223
Your new page will open in the editor, ready for content to be added.
224224

0 commit comments

Comments
 (0)