Skip to content

Commit 508bbfb

Browse files
committed
Fix typo in error text.
1 parent 4b6bca1 commit 508bbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/ShowPermissions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function handle()
5050
}
5151

5252
if (is_null($group)) {
53-
$this->error('Groups does not exit!');
53+
$this->error('Group does not exist!');
5454

5555
return;
5656
}

0 commit comments

Comments
 (0)