Skip to content

Commit 27714a1

Browse files
committed
cleaning up typos
1 parent 5810274 commit 27714a1

File tree

1 file changed

+1
-1
lines changed
  • Client_Libraries_Sample/ClientLibrariesConsoleApp

1 file changed

+1
-1
lines changed

Client_Libraries_Sample/ClientLibrariesConsoleApp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static void Main(string[] args)
2121
Wiql query = new Wiql() { Query = "Select [State], [Title] from WorkItems where [Work Item Type] = 'Bug' And [Tags] Contains 'findMe'" };
2222
//===================================================
2323

24-
//Prmot user for credential for collection specified above
24+
//Prompt user for credential for collection specified above
2525
VssCredentials cred = new VssClientCredentials(false);
2626
cred.PromptType = CredentialPromptType.PromptIfNeeded;
2727
VssConnection connection = new VssConnection(new Uri(collectionUri), cred);

0 commit comments

Comments
 (0)