Skip to content

Commit

Permalink
Update modules/backend/widgets/Calendar.php
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Feb 20, 2025
1 parent a01162a commit 4706a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/backend/widgets/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Calendar extends WidgetBase
public array $availableDisplayModes = [];

/**
* Initial calendar view, either mont, week, day or list
* Initial calendar view, one of month, week, day, list
*/
public ?string $initialView = 'month';

Expand Down

0 comments on commit 4706a63

Please sign in to comment.