-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs(datepicker): typos #10339
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(datepicker): typos #10339
Conversation
src/lib/datepicker/datepicker.md
Outdated
and `monthSelected` outputs emit a normalized date representing the chosen year or month. By | ||
"normalized" we mean that the dates representing a year will have their month set to January and | ||
their day set to the 1st. Dates representing months will have their day set to the 1st of the | ||
their day set to the 1st. Dates representing a month will have their day set to the 1st of that |
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 think that this one was correct to begin with.
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.
So I'll change the previous sentence from "a year" to "years" too. Is that what you mean?
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 to confirm, it would be like this:
... the dates representing years will have their month set to January and their day set to the 1st. Dates representing months will have their day set to the 1st of the ...
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.
Yes.
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.
LGTM
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes some typos in datepicker docs.