Skip to content

Commit 472feb9

Browse files
committed
clarity
1 parent 44f9f30 commit 472feb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/github/introduction-to-github/includes/3-components-of-github-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Once the changes have been approved (if required), the pull request's source bra
4848

4949
:::image type="content" source="../media/2-pull-request.png" alt-text="A screenshot of a pull request and a comment within the pull request." border="false":::
5050

51-
Pull requests differ from issues and discussions in that they relate specifically to proposed changes in code. Issues are used for tracking bugs, feature requests, or tasks, while Discussions are meant for broader conversations that aren’t tied directly to a specific line of code.
51+
Unlike issues and discussions, pull requests relate specifically to proposed changes in code. Issues are used for tracking bugs, feature requests, or tasks, while Discussions are meant for broader conversations that aren’t tied directly to a specific line of code.
5252

5353
Now that we know of all the ingredients, let’s review the GitHub flow.
5454

0 commit comments

Comments
 (0)