Skip to content

Commit 3c20e90

Browse files
committed
copyedit
1 parent 788eb9b commit 3c20e90

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
@@ -29,7 +29,7 @@ Here is how you'll typically work in the visual editor:
2929

3030
<Steps>
3131
<Step title="Choose your branch">
32-
Create a branch or make changes directly to your deployment branch. We recommend creating a branch so that you can preview your changes before they go live. Learn more about [working with branches](/guides/branches).
32+
Create a branch or make changes directly to your deployment branch. We recommend creating a branch so that you can preview your changes before they go live.
3333
</Step>
3434
<Step title="Open your file">
3535
Navigate to an existing file in the sidebar or create a new one using the file explorer.
@@ -179,7 +179,7 @@ Edit your `docs.json` file to add new pages and remove deleted pages from your s
179179

180180
**Example: Add a Themes page to the Profile group**
181181

182-
Imagine you wrote a new page titled Themes and you want to add it to the Profile group in your documentation. Add the path to the new page to the `pages` array of the `Profile` group in your `docs.json` file like in the following example.
182+
In this example, you created a new page titled Themes and you want to add it to the Profile group in your documentation. Add the path to the new page to the `pages` array of the `Profile` group in your `docs.json` file for it to appear in your site navigation.
183183

184184
```json title="Adding a Themes page to the Profile group" highlight="18"
185185
{
@@ -236,10 +236,10 @@ See [Format text](/create/text) and [Format code](/create/code) for more informa
236236

237237
## Publish your changes
238238

239-
Your changes are published based on the branch you are working on:
239+
The branch that you work on determines how the editor publishes your changes:
240240

241241
* **Deployment branch**: Publishing updates your live site immediately.
242-
* **Other branches**: Publishing creates a pull request so you can review changes before they are deployed to production.
242+
* **Other branches**: Publishing creates a pull request so you can review changes before deploying them to production.
243243

244244
<Frame>
245245
<img
@@ -266,10 +266,10 @@ Pull requests let you propose changes from your branch so that other people can
266266

267267
<Steps>
268268
<Step title="Save your work">
269-
Make sure all your changes are saved on your branch using **Save Changes**.
269+
Select **Save Changes** to save all changes on your branch.
270270
</Step>
271271
<Step title="Create the pull request">
272-
Select **Publish Pull Request** in the top-right corner of the editor.
272+
Select **Publish Pull Request** from the editor toolbar.
273273
</Step>
274274
<Step title="Add a title and description">
275275
Write a clear title and description explaining:

0 commit comments

Comments
 (0)