You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: editor.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ The web editor performs Git operations behind the scenes. Understanding these co
122
122
</Accordion>
123
123
124
124
<Accordiontitle="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.
126
126
</Accordion>
127
127
128
128
<Accordiontitle="Diff">
@@ -279,9 +279,9 @@ How your changes are published depends on which branch you are working on:
279
279
/>
280
280
</Frame>
281
281
282
-
## Pull Requests and reviewing changes
282
+
## Pull requests and reviewing changes
283
283
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.
285
285
286
286
<Tip>
287
287
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