-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[docs] Fix Date Pickers usage to Title Case #9680
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.
I can spot a few other cases where, pickers is spelled with lowercase when searching for date and time pickers.
Maybe we should adjust all the instances? 🤔
Also, the subheading in here should probable be Date and Time Pickers as well? 🤔
Ahh, okay. I thought from the issue we just wanted to update titles only ? If not, I’ll update all references. Thanks! |
@LukasTy Lmk if you see other instances where "Pickers" isn't capitalized. I updated where I feel made sense. The only files i excluded were the changelogs. Felt like it's not necessary to update those. |
Netlify deploy previewNetlify deploy preview: https://deploy-preview-9680--material-ui-x.netlify.app/ Updated pages
These are the results for the performance tests:
|
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.
Looking great! 👍
Co-authored-by: Lukas <llukas.tyla@gmail.com> Signed-off-by: Rich Bustos <92274722+richbustos@users.noreply.github.com>
What?
Updating Date Picker usage to Title Case.
For example,
Date picker
=>Date Picker
Work on #9318