Skip to content

Conversation

@alex-basiuk
Copy link
Contributor

@alex-basiuk alex-basiuk commented Dec 20, 2018

Summary

Fixes dotnet/dotnet-api-docs#1437 (Field Name Typo)

Copy link
Contributor

@mairaw mairaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for jumping on the issue and also noticing the extra typo @alex-basiuk. Your contribution should be live within a day.

/// <summary>
/// Initializes a new instance of the <see cref="SimpleWebToken"/> class.
/// This is internal contructor is only called from the <see cref="SimpleWebTokenHandler"/> when reading a token received from the wire.
/// This is internal constructor is only called from the <see cref="SimpleWebTokenHandler"/> when reading a token received from the wire.
Copy link
Contributor

@mairaw mairaw Dec 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noticed this if you'd like to commit my suggestion while you're at it

Suggested change
/// This is internal constructor is only called from the <see cref="SimpleWebTokenHandler"/> when reading a token received from the wire.
/// This is an internal constructor that is only called from the <see cref="SimpleWebTokenHandler"/> when reading a token received from the wire.

/// This is internal contructor is only called from the <see cref="SimpleWebTokenHandler"/> when reading a token received from the wire.
/// This is internal constructor is only called from the <see cref="SimpleWebTokenHandler"/> when reading a token received from the wire.
/// </summary>
/// <param name="properties">The collection represents all the key value pairs in the token.</param>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

argh one more 😄

Suggested change
/// <param name="properties">The collection represents all the key value pairs in the token.</param>
/// <param name="properties">The collection representing all the key value pairs in the token.</param>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mairaw Sure, fixed a couple of more typos, hope you don't mind.

@dnfclas
Copy link

dnfclas commented Dec 21, 2018

CLA assistant check
All CLA requirements met.

Copy link
Contributor

@mairaw mairaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The more the better! Thanks @alex-basiuk!

@mairaw mairaw merged commit 8ec44ff into dotnet:master Dec 21, 2018
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

Successfully merging this pull request may close these issues.

3 participants