Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Sep 26, 2024
1 parent 22a0b34 commit 4b67605
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace UITests.Shared.Microsoft_UI_Xaml_Controls.ExpanderTests;

[Sample("Expander", "MUX", Name = "Expander_Bindings_TemplatedControl", isManualTest: true)]
[Sample("Expander", "MUX", Name = "Expander_Bindings_TemplatedControl", IsManualTest = true)]
public sealed partial class Expander_Bindings_TemplatedControl : UserControl
{
public Expander_Bindings_TemplatedControl()
Expand Down

0 comments on commit 4b67605

Please sign in to comment.