Skip to content

Commit 660b62f

Browse files
chore(buttonGroup): typo
1 parent 7686846 commit 660b62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/buttongroup/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This event is available only for `ButtonGroupToggleButton` instances, as they ar
5151
// you have to update the model manually because handling the SelectedChanged event does not let you use @bind-Selected
5252
// if you don't update the View-Model, you will effectively cancel the event
5353
54-
Console.WriteLine($"The Second button is now selected: {FirstSelected}");
54+
Console.WriteLine($"The Second button is now selected: {SecondSelected}");
5555
}
5656
}
5757
````

0 commit comments

Comments
 (0)