We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5810274 commit 27714a1Copy full SHA for 27714a1
Client_Libraries_Sample/ClientLibrariesConsoleApp/Program.cs
@@ -21,7 +21,7 @@ static void Main(string[] args)
21
Wiql query = new Wiql() { Query = "Select [State], [Title] from WorkItems where [Work Item Type] = 'Bug' And [Tags] Contains 'findMe'" };
22
//===================================================
23
24
- //Prmot user for credential for collection specified above
+ //Prompt user for credential for collection specified above
25
VssCredentials cred = new VssClientCredentials(false);
26
cred.PromptType = CredentialPromptType.PromptIfNeeded;
27
VssConnection connection = new VssConnection(new Uri(collectionUri), cred);
0 commit comments