Skip to content

Commit fb4eda5

Browse files
977013 - Kanban Getting started code snippet changes
1 parent 3d5141c commit fb4eda5

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
@@ -512,7 +512,7 @@ Let’s look at the practical code example:
512512
HorizontalOptions="StartAndExpand" />
513513
</StackLayout>
514514
<StackLayout Orientation="Horizontal">
515-
<Label Text="{Binding Details}"
515+
<Label Text="{Binding Description}"
516516
WidthRequest="150"
517517
FontSize="14"
518518
TextColor="Silver"

0 commit comments

Comments
 (0)