Skip to content

Commit

Permalink
Fix typo in Gallery's radio button page (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
xv authored Feb 1, 2025
1 parent af864c0 commit 817f3cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
Grid.Column="1"
Command="{Binding ViewModel.RadioButtonCheckboxCheckedCommand, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=local:RadioButtonPage}, Mode=OneWay}"
CommandParameter="{Binding RelativeSource={RelativeSource Self}, Mode=OneWay}"
Content="Disable RadioButton's" />
Content="Disable radio buttons" />
</Grid>
</controls:ControlExample>

Expand Down

0 comments on commit 817f3cd

Please sign in to comment.