Skip to content

Commit 8d70819

Browse files
977013 - Kanban UG GettingStarted-code snippet corrections
1 parent e8f26d7 commit 8d70819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAUI/Kanban-Board/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ Let’s look at the practical code example:
507507
BackgroundColor="Gray"
508508
Padding="10,10,10,10">
509509
<StackLayout Orientation="Horizontal">
510-
<Label Text="{Binding Name}"
510+
<Label Text="{Binding Title}"
511511
TextColor="Silver"
512512
HorizontalOptions="StartAndExpand" />
513513
</StackLayout>

0 commit comments

Comments
 (0)