Skip to content

Commit c683e2c

Browse files
a-d-atanasovnikolay-nenkov
authored andcommitted
fixed list item spaces
1 parent bf399d0 commit c683e2c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

controls/autocomplete/display-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Here is an example how the `RadAutoComplete` `DisplayTextFormatter` works on Pla
3535

3636
<snippet id='autocomplete-text-formatter-plain-class'/>
3737

38-
**4.**Use the following snippet to declare a `RadAutoComplete` in XAML:
38+
**4.** Use the following snippet to declare a `RadAutoComplete` in XAML:
3939

4040
<snippet id='autocomplete-textformatter-plain'/>
4141

controls/chart/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Before adding the Chart, you need to:
2828

2929
## Define the Control
3030

31-
**1.**When your .NET MAUI application is set up, you are ready to add a Chart control to your page.
31+
**1.** When your .NET MAUI application is set up, you are ready to add a Chart control to your page.
3232

3333
<snippet id='chart-getting-started-xaml' />
3434

@@ -50,7 +50,7 @@ series.CategoryBinding = new PropertyNameDataPointBinding { PropertyName = "Cate
5050
chart.Series.Add(series);
5151
```
5252

53-
**2.**Add the following namespace:
53+
**2.** Add the following namespace:
5454

5555
```XAML
5656
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"

knowledge-base/datagrid-combobox-column-maui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class Employee : NotifyPropertyChangedBase
7171
}
7272
```
7373

74-
**3.**Create the `Category` class.
74+
**3.** Create the `Category` class.
7575
Define a class for the items to be displayed in the ComboBox. Include properties such as `Id` and `Name` for display and identification.
7676

7777
```csharp

0 commit comments

Comments
 (0)