Skip to content

Commit 9269ccb

Browse files
chore(dateRangePicker): typo
1 parent 3563ffa commit 9269ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/daterangepicker/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The `ViewChanged` event fires when the user changes the view they are seeing in
133133
134134
async Task ViewChangeHandler(CalendarView currView)
135135
{
136-
Console.WriteLine($"The use is now looking at the {currView} calendar view");
136+
Console.WriteLine($"The user is now looking at the {currView} calendar view");
137137
}
138138
}
139139
````

0 commit comments

Comments
 (0)