diff --git a/samples/CommunityToolkit.Maui.Sample/Pages/Converters/IsInRangeConverterPage.cs b/samples/CommunityToolkit.Maui.Sample/Pages/Converters/IsInRangeConverterPage.cs index 438db3a1c2..71b812cd7f 100644 --- a/samples/CommunityToolkit.Maui.Sample/Pages/Converters/IsInRangeConverterPage.cs +++ b/samples/CommunityToolkit.Maui.Sample/Pages/Converters/IsInRangeConverterPage.cs @@ -118,7 +118,7 @@ public IsInRangeConverterPage(IsInRangeConverterViewModel viewModel) : base(view new ExampleLabel() .Row(Row.StringExample3).Column(Column.Input) - .Text("String Commpare Less Than or Equal To \"Community\""), + .Text("String Compare Less Than or Equal To \"Community\""), new Label() .Row(Row.StringExample3).Column(Column.Result)