From 588b5053e864c25e96c26819cf11277bab914fc2 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 7 Mar 2026 22:46:21 +0100 Subject: [PATCH] typo --- .../main_menu/match_view/create_match/create_match_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/presentation/views/main_menu/match_view/create_match/create_match_view.dart b/lib/presentation/views/main_menu/match_view/create_match/create_match_view.dart index 21045b0..d3f756b 100644 --- a/lib/presentation/views/main_menu/match_view/create_match/create_match_view.dart +++ b/lib/presentation/views/main_menu/match_view/create_match/create_match_view.dart @@ -235,7 +235,7 @@ class _CreateMatchViewState extends State { (selectedPlayers.length > 1) && selectedGameIndex != -1); } - // If a match was provied to the view, it updates the match in the database + // If a match was provided to the view, it updates the match in the database // and navigates back to the previous screen. // If no match was provided, it creates a new match in the database and // navigates to the MatchResultView for the newly created match.