Skip to content

Commit c1b4215

Browse files
authored
Merge pull request #10813 from changeworld/patch-7
Fix typo: hight -> height
2 parents 681331f + ff2b2e3 commit c1b4215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/snippets/csharp/VS_Snippets_Wpf/IntroToWPFSnippets/CSharp/DefaultStickyNoteStyle.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the full default StickyNote Style definition.
66
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
77
xmlns:sys="clr-namespace:System;assembly=mscorlib"
88
>
9-
<!-- Define default hight and width. -->
9+
<!-- Define default height and width. -->
1010
<sys:Double x:Key="StickyNoteDefaultIconWidth">40.0</sys:Double>
1111
<sys:Double x:Key="ResourceId=StickyNoteDefaultIconHeight">30.0</sys:Double>
1212
<!--

docs/snippets/visualbasic/VS_Snippets_Wpf/IntroToWPFSnippets/VisualBasic/DefaultStickyNoteStyle.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the full default StickyNote Style definition.
66
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
77
xmlns:sys="clr-namespace:System;assembly=mscorlib"
88
>
9-
<!-- Define default hight and width. -->
9+
<!-- Define default height and width. -->
1010
<sys:Double x:Key="StickyNoteDefaultIconWidth">40.0</sys:Double>
1111
<sys:Double x:Key="ResourceId=StickyNoteDefaultIconHeight">30.0</sys:Double>
1212
<!--

0 commit comments

Comments
 (0)