Skip to content

Commit 18e7170

Browse files
authored
Fix typo in the example label text on IsInRangeConverterPage (#2846)
1 parent 9f16c1c commit 18e7170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/CommunityToolkit.Maui.Sample/Pages/Converters/IsInRangeConverterPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public IsInRangeConverterPage(IsInRangeConverterViewModel viewModel) : base(view
118118

119119
new ExampleLabel()
120120
.Row(Row.StringExample3).Column(Column.Input)
121-
.Text("String Commpare Less Than or Equal To \"Community\""),
121+
.Text("String Compare Less Than or Equal To \"Community\""),
122122

123123
new Label()
124124
.Row(Row.StringExample3).Column(Column.Result)

0 commit comments

Comments
 (0)