We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f16c1c commit 18e7170Copy full SHA for 18e7170
samples/CommunityToolkit.Maui.Sample/Pages/Converters/IsInRangeConverterPage.cs
@@ -118,7 +118,7 @@ public IsInRangeConverterPage(IsInRangeConverterViewModel viewModel) : base(view
118
119
new ExampleLabel()
120
.Row(Row.StringExample3).Column(Column.Input)
121
- .Text("String Commpare Less Than or Equal To \"Community\""),
+ .Text("String Compare Less Than or Equal To \"Community\""),
122
123
new Label()
124
.Row(Row.StringExample3).Column(Column.Result)
0 commit comments