Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatiste committed Sep 25, 2024
1 parent ac0df39 commit 4f08184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/calendar/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Calendar extends LocalizeCoreElement(RtlMixin(LitElement)) {
static get properties() {
return {
/**
* Additional info for any day
* Additional info for each day (ex. events on [{"date": "2024-09-19"}])
* @type {Array}
*/
dayInfos: { type: Array, attribute: 'day-infos' },
Expand Down

0 comments on commit 4f08184

Please sign in to comment.