Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 7c88f1f

Browse files
author
Meaghan Lewis
committed
make suggested edits
1 parent 3be9732 commit 7c88f1f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/using/cloning-a-repository-to-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ After you provide your GitHub or GitHub Enterprise credentials to GitHub for Vis
1515

1616
![List of GitHub repositories that can be cloned inside a dialog](images/clone-dialog.png)
1717

18-
In addition to using the list of repositories, you can use the URL tab to clone a repository by it's URL or using the repository owner and name.
18+
In addition to using the list of repositories, you can use the URL tab to clone a repository by its URL or using the repository owner and name.
1919

2020
![List of GitHub repositories that can be cloned inside a dialog](images/clone-url-dialog.png)
2121

22-
5. If desired, change the local path where the repository will be cloned into, or leave the default as-is.
22+
5. If desired, change the local path that the repository will be cloned into, or leave the default as-is.
2323
6. Once a repository is selected and the path is set, Click **Clone**.
2424
7. In Team Explorer, under the list of repositories, locate the repository and double-click to open the project in Visual Studio.

docs/using/creating-gists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Creating gists
22

3-
GitHub for Visual Studio enables easy creation of gists directly from the Visual Studio Editor.
3+
With GitHub for Visual Studio, you can easily create gists directly from the editor.
44

55
1. [Sign in](../getting-started/authenticating-to-github.md) to GitHub.
66

docs/using/reviewing-a-pull-request-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Then click the icon on the desired line and leave a comment.
5656

5757
To just comment on this one line, select **Add a single comment**. This will add the comment immediately.
5858

59-
To start a review of the Pull Request and all it's changes, select **Start a review**. This will add this comment as pending, and the comment will be submitted once the review is complete.
59+
To start a review of the Pull Request and all its changes, select **Start a review**. This will add this comment as pending, and the comment will be submitted once the review is complete.
6060

6161
#### Viewing comments
6262

docs/using/viewing-the-pull-requests-for-a-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ GitHub for Visual Studio exposes the pull requests for the current repository an
1212
![Pull requests status dropdown filter](images/pull-request-list-filter.png)
1313
6. Filter pull requests by assignable user by clicking the person symbol and selecting the user you want to view from the dropdown. You can also search for users from the dropdown.
1414
![Pull requests assignable user dropdown filter](images/pull-request-assignable-user.png)
15-
7. Click on a pull request title to [view the pull request details and review the pull request](reviewing-a-pull-request-in-visual-studio.md)
15+
7. Double-click anywhere in the pull request item to [view the pull request details and review the pull request](reviewing-a-pull-request-in-visual-studio.md)
1616
8. Click on the **Create New** link to [create a pull request from the current branch](creating-a-pull-request.md)

0 commit comments

Comments
 (0)