Skip to content

Commit 3e6ef4b

Browse files
Update docs/graph/controls/GraphPresenter.md
Co-authored-by: XAML-Knight <[email protected]>
1 parent 71b757b commit 3e6ef4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/graph/controls/GraphPresenter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Available in the `CommunityToolkit.Graph.Uwp` package.
2626
IsCollection="True">
2727
<controls:GraphPresenter.ContentTemplate>
2828
<DataTemplate>
29-
<!-- Return result is a collection of DriveItem's as we used 'IsCollection', so bind that first. -->
29+
<!-- Return result is a collection of DriveItems as we used 'IsCollection', so bind that first. -->
3030
<ItemsControl ItemsSource="{Binding}">
3131
<ItemsControl.ItemTemplate>
3232
<DataTemplate x:DataType="graph:DriveItem">

0 commit comments

Comments
 (0)