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 71b757b commit 3e6ef4bCopy full SHA for 3e6ef4b
docs/graph/controls/GraphPresenter.md
@@ -26,7 +26,7 @@ Available in the `CommunityToolkit.Graph.Uwp` package.
26
IsCollection="True">
27
<controls:GraphPresenter.ContentTemplate>
28
<DataTemplate>
29
- <!-- Return result is a collection of DriveItem's as we used 'IsCollection', so bind that first. -->
+ <!-- Return result is a collection of DriveItems as we used 'IsCollection', so bind that first. -->
30
<ItemsControl ItemsSource="{Binding}">
31
<ItemsControl.ItemTemplate>
32
<DataTemplate x:DataType="graph:DriveItem">
0 commit comments