Skip to content

Commit 1a888b3

Browse files
authored
fix capitalization (#831)
1 parent f0ad93a commit 1a888b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

editor.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The web editor performs Git operations behind the scenes. Understanding these co
122122
</Accordion>
123123

124124
<Accordion title="Pull request">
125-
A way to propose merging your branch changes into your live documentation. Allows for review and discussion before changes go live.
125+
A way to propose merging your branch changes into your live documentation. Allows for review and discussion before changes go live. Commonly called a PR.
126126
</Accordion>
127127

128128
<Accordion title="Diff">
@@ -279,9 +279,9 @@ How your changes are published depends on which branch you are working on:
279279
/>
280280
</Frame>
281281

282-
## Pull Requests and reviewing changes
282+
## Pull requests and reviewing changes
283283

284-
Pull requests (PRs) let you propose changes from your branch so that other people can review them before merging into your live documentation. This helps ensure that your changes are correct and gives your team a chance to collaborate on content.
284+
Pull requests let you propose changes from your branch so that other people can review them before merging into your live documentation. This helps ensure that your changes are correct and gives your team a chance to collaborate on content.
285285

286286
<Tip>
287287
Even if you're working solo, pull requests are valuable for previewing changes before they go live and maintaining a clear history of updates.

0 commit comments

Comments
 (0)