Skip to content

Commit e3c2fd7

Browse files
chore(scheduler): typo
1 parent 798ac10 commit e3c2fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/scheduler/views/month.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Month view of the Scheduler for Blazor shows the entire month to the user.
1414

1515
The `Date` parameter of the scheduler controls which month is displayed - the one containing the date.
1616

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.
1818

1919
>caption Figure: Month View in the scheduler
2020

0 commit comments

Comments
 (0)