Skip to content

Commit e82efb4

Browse files
committed
Fixing Acrolinx issues
1 parent ea10b75 commit e82efb4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

mac/tf-version-control.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Updates to the TFVC extension are made periodically. To access updates, choose *
3838

3939
Press **Install** on the next dialog to uninstall the old package and install the new one.
4040

41-
For information on what's new in each release, refer to the [Release Notes]().
41+
For information on what's new in each release, see the [Release Notes](https://docs.microsoft.com/visualstudio/releasenotes/vs2017-mac-preview-relnotes#team-foundation-version-control-extension--release-notes).
4242

4343
## Using the add-in
4444

@@ -50,15 +50,15 @@ Choose either Visual Studio Team Services or Team Foundation Server to get start
5050

5151
### VSTS Authentication
5252

53-
When you select to access a project that is hosted on VSTS, you'll be promoted to enter your Microsoft account details:
53+
When you select a project that is hosted on VSTS, you're prompted to enter your Microsoft account details:
5454

5555
![Connect with a TFVC Server](media/tfvc-vsts-login.png)
5656

57-
### TFS Log in
57+
### TFS Authentication
5858

59-
To connect to TFS, enter your the server and account credentials. Enter a domain to use NTLM authentication, otherwise leave blank to use basic authentication. Select **Add Server**:
59+
To connect to TFS, enter the server details and your account credentials. Enter a domain to use NTLM authentication, otherwise leave blank to use basic authentication. Select **Add Server**:
6060

61-
![Log in to a TFVC Server](media/tfvc-login.png)
61+
![Sign in to a TFVC Server](media/tfvc-login.png)
6262

6363
## Selecting a project
6464

@@ -71,13 +71,13 @@ This dialog is organized with the following nodes:
7171
- VSTS account or Collection – This displays all accounts connected to the Microsoft account that you logged in with
7272
- Team Projects – Within each VSTS you can have a number of team projects. A team project is where source code, work items, and automated builds are hosted.
7373

74-
At this point you can search and filter by the name of a project or account.
74+
At this point, you can search and filter by the name of a project or account.
7575

7676
### Adding a new server
7777

7878
To add a new server to the list, press the **+** button on the **Open from Source Control** dialog:
7979

80-
![Log in to a TFVC Server](media/tfvc-add-new-server.png)
80+
![Sign in to a TFVC Server](media/tfvc-add-new-server.png)
8181

8282
Select the provider from the list, and enter your credentials:
8383

@@ -100,7 +100,7 @@ Set the name and local path for your new workspace and select **Create Workspace
100100

101101
## Using the Source Code Explorer
102102

103-
Once you have created a workspace and mapped your project you can start working with the _Source Code Explorer_.
103+
Once you've created a workspace and mapped your project, you can start working with the _Source Code Explorer_.
104104

105105
To open the Source Code Explorer, select the **Version Control > TFS/VSTS > Source Control Explorer**:
106106

@@ -122,7 +122,7 @@ Many of these actions are available through context actions on the project:
122122

123123
## Managing workspaces
124124

125-
If you did not already create a workspace as described in the [Creating a workspace]() section, you'll noticed that the Source Code Explorer is empty:
125+
If you haven't already create a workspace, as described in the [Creating a workspace]() section, you'll notice that the Source Code Explorer is empty:
126126

127127
![](media/tfvc-setup-empty-sce.png)
128128

@@ -138,21 +138,21 @@ To set up your remote project with a local workspace, use the following steps:
138138
1. Confirm the details of the new workspace by pressing **OK**
139139
![](media/tfvc-workspace3.png)
140140

141-
Once your workspace is setup, it can be changed or removed by clicking the **Manage Workspaces** button in the Source Code Explorer.
141+
Once your workspace is set up, it can be changed or removed by clicking the **Manage Workspaces** button in the Source Code Explorer.
142142

143143
![Manage Workspaces](media/tfvc-workspace4.png)
144144

145145
## Troubleshooting
146146

147147
### Problems using basic authentication
148148

149-
There are a number of different options available to perform authentication with a server:
149+
The following options can be used to authenticate with a server:
150150

151151
- Oauth
152152
- Basic
153153
- Ntlm
154154

155-
To be able to use basic authentication it is necessary to Enable **Alternative authentication credentials** in VSTS, by following the steps below:
155+
To use basic authentication it is necessary to enable **Alternative authentication credentials** in VSTS, by following the steps below:
156156

157157
1. Sign in as the account owner to your VSTS account (https://{youraccount}.visualstudio.com).
158158
2. From your account toolbar, select the gear icon and select **Policy**:

0 commit comments

Comments
 (0)