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

Commit 9f64230

Browse files
committed
Typo fixed.
1 parent 0ca1144 commit 9f64230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataBindingDemos/DataBindingDemos/DataBindingDemos/RelativeSourceFindAncestorPage.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
VerticalOptions="Center" />
1919
<!--
2020
In this example, the button's Command property is bound to the DeleteEmployeeCommand in its parent's view model.
21-
Therefore, the PersonViewModel class does not need a reference to its parent, and the DataTemplate isn't dependent
21+
Therefore, the PeopleViewModel class does not need a reference to its parent, and the DataTemplate isn't dependent
2222
upon the parent view type.
2323
-->
2424
<Button Text="Delete"

0 commit comments

Comments
 (0)