microsoft / microsoft/azure-devops-auth-samples
[nit] Spelling errors in sample code comments
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 277
- Forks
- 307
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 2
Description
DeviceProfileSample/Program.cs and ManagedClientConsoleAppSample/Program.cs have the following code:
// check to see if we have a succesfull respond
if (response.IsSuccessStatusCode)
{
Console.WriteLine("\tSuccesful REST call");
Which should be:
// check to see if we have a successful respond
if (response.IsSuccessStatusCode)
{
Console.WriteLine("\tSuccessful REST call");
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by opening DeviceProfileSample/Program.cs and ManagedClientConsoleAppSample/Program.cs and locating the sample response-status comments and output shown in the issue. Correct the spelling in both samples, then search those files for the misspelled forms to confirm the sample comments and message text are consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100