-
Notifications
You must be signed in to change notification settings - Fork 1.4k
fix some spelling #3420
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
fix some spelling #3420
Conversation
Thanks HerrickSpencer for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌 |
|
Link to old PR: #3409 |
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 wonder if we should open another issue to try to automate this so we check it on our build system (an Analyzer, maybe?) Did you manually fix all these?
For spelling issues? sure. There are some great linters for C# I can suggest (and use myself)
With these we can also setup a build config to test that there are no unfixed spelling issues that haven't been explicitly ignored.
|
@@ -8,12 +8,12 @@ namespace Microsoft.Toolkit.Uwp.Notifications | |||
{ | |||
internal class BaseTextHelper | |||
{ | |||
internal static Element_AdaptiveText CreateBaseElement(IBaseText curr) | |||
internal static Element_AdaptiveText CreateBaseElement(IBaseText baseText) |
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 was going to comment here that we could leave this as current
still for consistency with the change made in BaseImageHelper.cs
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.
@michael-hawker I was going to make this change for you.... but it looks like PR was merged already. Tell me if you'd like this modified back to "current".
@SimonCropp, per @michael-hawker request, I've restored your branch, and added this PR for you to comment on. The commit is still attributed to you.
Thanks!