Skip to content

Commit

Permalink
chore: fix typo in comments
Browse files Browse the repository at this point in the history
Co-authored-by: Agnès ZITTE <16295702+agneszitte@users.noreply.github.com>
  • Loading branch information
ajpinedam and agneszitte committed May 25, 2024
1 parent 97f616f commit 035dfea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public FileOpenPickerTests()

private void FolderPickerTests_DataContextChanged(Microsoft.UI.Xaml.DependencyObject sender, Microsoft.UI.Xaml.DataContextChangedEventArgs args)
{
// When the picker is showing, the Page is reseting the DataContext to null.
// When the picker is showing, the Page is resetting the DataContext to null.
if (args.NewValue is FileOpenPickerTestsViewModel viewModel)
{
ViewModel = viewModel;
Expand Down

0 comments on commit 035dfea

Please sign in to comment.