You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/scheduler/views/month.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The Month view of the Scheduler for Blazor shows the entire month to the user.
14
14
15
15
The `Date` parameter of the scheduler controls which month is displayed - the one containing the date.
16
16
17
-
A day shows up to two events and if there are more - an ellipsis button provides access to the DayView for the specific day so the user can see the needed deatils. This avoids cluttering and ugly rendering. You can also access the day view from the day number. Of course, you must also define a day view so the use can see it.
17
+
A day shows up to two events and if there are more - an ellipsis button provides access to the DayView for the specific day so the user can see the needed details. This avoids cluttering and ugly rendering. You can also access the day view from the day number. Of course, you must also define a day view so the use can see it.
0 commit comments