Skip to content

Commit 13d86ed

Browse files
authored
Fix Typo (#4510)
"Proriity" should be "Priority"
1 parent 1954f94 commit 13d86ed

File tree

1 file changed

+2
-2
lines changed
  • samples/snippets/csharp/VS_Snippets_Wpf/DataTemplatingIntro_snip/CSharp

1 file changed

+2
-2
lines changed

samples/snippets/csharp/VS_Snippets_Wpf/DataTemplatingIntro_snip/CSharp/Window1.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
</ItemsControl.ItemsPanel>
9090
<!--Use the ItemTemplate to set a DataTemplate to define
9191
the visualization of the data objects. This DataTemplate
92-
specifies that each data object appears with the Proriity
92+
specifies that each data object appears with the Priority
9393
and TaskName on top of a silver ellipse.-->
9494
<ItemsControl.ItemTemplate>
9595
<DataTemplate>
@@ -169,4 +169,4 @@
169169
<!--<SnippetUI2>-->
170170
</StackPanel>
171171
</Window>
172-
<!--</SnippetUI2>-->
172+
<!--</SnippetUI2>-->

0 commit comments

Comments
 (0)