-
Notifications
You must be signed in to change notification settings - Fork 422
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
Spelling fixes #3117
Spelling fixes #3117
Conversation
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
} | ||
|
||
internal void IntializeWithRsaParameters(RSAParameters rsaParameters) | ||
internal void InitializeWithRsaParameters(RSAParameters rsaParameters) |
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.
@westin-m Shouldn't this change have triggered the public API analyzer?
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.
we cannot take any spelling changes if they impact the public API.
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.
I had a similar thought, but this is internal. I double checked SAL and MISE and there aren't usages of this through friend assemblies
Address all spelling errors caught by the spell checker in VS