-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Fixes #1437 (typo in field name) #533
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
Conversation
There was a problem hiding this 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. |
There was a problem hiding this comment.
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
| /// 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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
argh one more 😄
| /// <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> |
There was a problem hiding this comment.
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.
There was a problem hiding this 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!
Summary
Fixes dotnet/dotnet-api-docs#1437 (Field Name Typo)