Skip to content

Commit 2291746

Browse files
committed
Line edits2
1 parent a10277c commit 2291746

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

learn-pr/azure-devops/implement-code-workflow/includes/4-create-pull-request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Here, you'll create a pull request for your branch:
124124
> [!IMPORTANT]
125125
> This step is important because you can't merge your changes into the Microsoft repository. Ensure that the base repository points to your GitHub account and not MicrosoftDocs.
126126
>
127-
> If you end up with a pull request against MicrosoftDocs, simply close the pull request and repeat these steps.
127+
> If you end up with a pull request against MicrosoftDocs, close the pull request and repeat these steps.
128128

129129
This process involves an extra step because you're working from a forked repository. When you work directly with your own repository, and not a fork, your `main` branch is selected by default.
130130
@@ -139,7 +139,7 @@ Here, you'll create a pull request for your branch:
139139
140140
1. To complete your pull request, select **Create pull request**.
141141
142-
This step does not merge any code. It tells others that you have proposed changes to be merged into the `main` branch.
142+
This step doesn't merge any code. It tells others that you have proposed changes to be merged into the `main` branch.
143143

144144
:::image type="content" source="../media/4-github-pr-details.png" alt-text="Screenshot of GitHub showing the pull request description and the location of the Create pull request button.":::
145145

learn-pr/azure-devops/implement-code-workflow/includes/8-require-reviewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
In this unit, you'll set up a rule on GitHub that requires a reviewer to approve changes before they can be merged into the `main` branch. As a bonus, you'll also fix the typing error on the *Space Game* website's home page.
22

3-
Currently, the team allows anyone who makes a pull request to merge the code into the `main` branch. Because no review is required, it's possible for incorrect or unstable code to creep in.
3+
Currently, the team allows anyone who makes a pull request to merge the code into the `main` branch. Because no review is required, it's possible for incorrect or unstable code to find its way in.
44

55
Andy decides that he wants to add a check to the pull request in the form of another pair of eyes. He wants to set up GitHub to require someone other than the pull request author to review the code before it's merged. Let's see how to do this.
66

@@ -39,7 +39,7 @@ In this section, you'll set up a rule on GitHub that requires at least one revie
3939
4040
### Submit the fix
4141

42-
In this section, you submit a fix to the typing error on the home page. Remember that the word "official" is mistyped as "oficial".
42+
In this section, you submit a fix to the typing error on the home page. Remember that the word "official" is mistyped as "oficial."
4343

4444
:::image type="content" source="../media/5-web-site-revised-text.png" alt-text="Screenshot of the Space Game website showing a typing error.":::
4545

0 commit comments

Comments
 (0)