We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3563ffa commit 9269ccbCopy full SHA for 9269ccb
components/daterangepicker/events.md
@@ -133,7 +133,7 @@ The `ViewChanged` event fires when the user changes the view they are seeing in
133
134
async Task ViewChangeHandler(CalendarView currView)
135
{
136
- Console.WriteLine($"The use is now looking at the {currView} calendar view");
+ Console.WriteLine($"The user is now looking at the {currView} calendar view");
137
}
138
139
````
0 commit comments