Skip to content

Commit b1619de

Browse files
authored
Merge pull request #10882 from changeworld/patch-14
Fix typo: Commmand -> Command
2 parents afb6c0b + aa95567 commit b1619de

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/csharp/VS_Snippets_VSSDK/startpagedte/cs/startpage

1 file changed

+1
-1
lines changed

docs/snippets/csharp/VS_Snippets_VSSDK/startpagedte/cs/startpage/startpage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<Grid.ColumnDefinitions>
2323
<!-- Left Hand Column -->
2424
<!-- This column is just wide enough to fit the Command Buttons and Start Page Options.
25-
The Recent Project area is constrained to the width of the Commmand Buttons. -->
25+
The Recent Project area is constrained to the width of the Command Buttons. -->
2626
<ColumnDefinition MinWidth="{Binding ElementName=commandButtonsGrid, Path=ActualWidth}" Width="3*" MaxWidth="330" />
2727
<!-- Gutter -->
2828
<ColumnDefinition Width="6"/>

0 commit comments

Comments
 (0)