Skip to content

Commit aa95567

Browse files
committed
Fix typo: Commmand -> Command
1 parent ca2e738 commit aa95567

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)