Skip to content

Commit 250246e

Browse files
authored
Fix typo (#4512)
1 parent 8413856 commit 250246e

File tree

1 file changed

+1
-1
lines changed
  • samples/snippets/visualbasic/VS_Snippets_Wpf/DataTemplatingIntro_snip/visualbasic

1 file changed

+1
-1
lines changed

samples/snippets/visualbasic/VS_Snippets_Wpf/DataTemplatingIntro_snip/visualbasic/window1.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</ItemsControl.ItemsPanel>
7373
<!--Use the ItemTemplate to set a DataTemplate to define
7474
the visualization of the data objects. This DataTemplate
75-
specifies that each data object appears with the Proriity
75+
specifies that each data object appears with the Priority
7676
and TaskName on top of a silver ellipse.-->
7777
<ItemsControl.ItemTemplate>
7878
<DataTemplate>

0 commit comments

Comments
 (0)