Skip to content

Commit

Permalink
HasPermisionRequirement: fix ID typo - thanks milcu
Browse files Browse the repository at this point in the history
  • Loading branch information
lokka30 committed Jan 18, 2025
1 parent bf47699 commit 74b66dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

public final class HasPermissionRequirement extends Requirement {

public static final String ID = "has-perission";
public static final String ID = "has-permission";

private final String permission;

Expand Down

0 comments on commit 74b66dc

Please sign in to comment.