Skip to content

Commit b2efa29

Browse files
959367: Need to resolve the issues in the documentation for the Blazor ListView component.
1 parent 464359a commit b2efa29

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

blazor/listview/data-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ListView can generate its list items through an array of complex data. To get it
4747
protected override void OnInitialized()
4848
{
4949
base.OnInitialized();
50-
Data.Add(new DataModel { Text = "Hennessey Venom !", Id = "list-01" });
50+
Data.Add(new DataModel { Text = "Hennessey Venom", Id = "list-01" });
5151
Data.Add(new DataModel { Text = "Bugatti Chiron", Id = "list-02" });
5252
Data.Add(new DataModel { Text = "Bugatti Veyron Super Sport", Id = "list-03" });
5353
Data.Add(new DataModel { Text = "SSC Ultimate Aero", Id = "list-04" });
Loading

0 commit comments

Comments
 (0)