-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Massive amount of spelling fixes #3434
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
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 🙌 |
4261004
to
e6733d5
Compare
There are a lot of places where a hyphen probably should be included... 'multi-line' or 'sub-channel' but I've skipped them for now. |
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.
Thanks @HerrickSpencer !! This is ready to 🚀 🚀
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.
Looks great! 🎉
Just left a couple small notes and questions, but wow that's a lot of fixed typos! 😄
Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/CollectionViews/CollectionView.cs
Outdated
Show resolved
Hide resolved
Microsoft.Toolkit.Uwp.UI/Extensions/ScrollViewer/ScrollViewerExtensions.Properties.cs
Show resolved
Hide resolved
Microsoft.Toolkit.Uwp.UI/Extensions/SurfaceDialTextbox/SurfaceDialTextbox.cs
Show resolved
Hide resolved
Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/CollectionViews/CollectionView.cs
Outdated
Show resolved
Hide resolved
…ollectionViews/CollectionView.cs the word uncancelable is ok (though all spelling checkers flag it) Co-authored-by: Sergio Pedri <[email protected]>
This PR has been marked as "needs attention 👋" and awaiting a response from the team. |
…l/WrapPanel.cs add a space for clarity in comment Co-authored-by: Sergio Pedri <[email protected]>
Co-authored-by: Alexandre Zollinger Chohfi <[email protected]> Co-authored-by: Sergio Pedri <[email protected]>
updated code per comments. Mostly accepted all changes. |
Thanks, @HerrickSpencer!! Looks great 😊 |
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.
Looks great! Just found one last super tiny nit 😄
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.
Nevermind, fixed it myself to save time 😄
Looks great, thanks @HerrickSpencer! 🚀🚀🚀
Hello @Sergio0694! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Fixes
After the last PR for minor spelling issues, I ran a spelling check on the rest of the code and found many places to fix typos. I am looking into a way to automate this into the PR checks, but this will take some effort due to needing many items added to the 'ignore' list.
PR Type
What kind of change does this PR introduce?
PR Checklist
Please check if your PR fulfills the following requirements:
Other information