correct spelling mistake
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m9s
Pull Request Pipeline / lint (pull_request) Successful in 2m9s

This commit is contained in:
2026-01-02 21:20:30 +01:00
parent 87856e6548
commit bdc3453d7f

View File

@@ -224,7 +224,7 @@ class _PlayerSelectionState extends State<PlayerSelection> {
} }
/// Adds a new player to the database from the search bar input. /// Adds a new player to the database from the search bar input.
/// Shows a snackbar indicating success xfor failure. /// Shows a snackbar indicating success or failure.
/// [context] - BuildContext to show the snackbar. /// [context] - BuildContext to show the snackbar.
void addNewPlayerFromSearch({required BuildContext context}) async { void addNewPlayerFromSearch({required BuildContext context}) async {
String playerName = _searchBarController.text.trim(); String playerName = _searchBarController.text.trim();