diff --git a/src/Enums/TournamentSystem.php b/src/Enums/TournamentSystem.php index 3f7755d..98b0f8f 100644 --- a/src/Enums/TournamentSystem.php +++ b/src/Enums/TournamentSystem.php @@ -15,5 +15,5 @@ class TournamentSystem extends Enum const Swiss = 'Swiss'; const Closed = 'Closed'; const American = 'American'; - const Imperial = 'Imperal'; + const Imperial = 'Imperial'; }