Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 1ae67e1

Browse files
authored
Fix typo. (#1093)
1 parent caa3ebc commit 1ae67e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/XCT.Sample/ViewModels/Converters/ItemSelectedEventArgsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ public class ItemSelectedEventArgsViewModel
1616
};
1717

1818
public ICommand ItemSelectedCommand { get; private set; } = new AsyncCommand<Person>(person
19-
=> Application.Current.MainPage.DisplayAlert("Item Tapped: ", person.Name, "Cancelf"));
19+
=> Application.Current.MainPage.DisplayAlert("Item Tapped: ", person.Name, "Cancel"));
2020
}
2121
}

0 commit comments

Comments
 (0)