Skip to content

Commit

Permalink
Fix typo in Gallery's radio button page
Browse files Browse the repository at this point in the history
  • Loading branch information
xv authored Oct 29, 2024
1 parent 950ade6 commit b8777ff
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 b8777ff

Please sign in to comment.