Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nit] Spelling errors in sample code comments #39

Open
betorr opened this issue Apr 11, 2019 · 0 comments
Open

[nit] Spelling errors in sample code comments #39

betorr opened this issue Apr 11, 2019 · 0 comments

Comments

@betorr
Copy link

betorr commented Apr 11, 2019

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");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant