Skip to content

Commit f5a933c

Browse files
authored
Fix typo in ContentIsland page (#1890)
## Description Changed the header of the ContentIsland control example from "A basic content dialog with content." to "A basic content island with content.". ## Motivation and Context This fix prevents confusion from users thinking they opened the ContentDialog page when they actually opened the ContentIsland page. ## Screenshots: ![Screenshot 2025-05-26 205122](https://github.com/user-attachments/assets/339d43fa-141f-400a-8af5-b499597bcb30) ![Screenshot 2025-05-26 205048](https://github.com/user-attachments/assets/a4efac63-5a13-473a-94bd-6aa0b6de03f2) ## Types of changes - [X] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change)
1 parent 0fb9700 commit f5a933c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WinUIGallery/Samples/ControlPages/ContentIslandPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</Style.Setters>
2525
</Style>
2626
</Grid.Resources>
27-
<controls:ControlExample HeaderText="A basic content dialog with content." SourceCodeVisibility="Collapsed">
27+
<controls:ControlExample HeaderText="A basic content island with content." SourceCodeVisibility="Collapsed">
2828
<controls:ControlExample.Example>
2929
<Grid RowSpacing="8">
3030
<Grid.RowDefinitions>

0 commit comments

Comments
 (0)