Skip to content

Commit

Permalink
Fixing permission state
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Jan 10, 2024
1 parent 8f43906 commit a203518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modes/Permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export const PermissionStateMode: ModeCollection = {
name: "Permission State",
modes: [
{ name: "enabled", documentation: "Enables the permission" },
{ name: "disenabled", documentation: "Disables the permission" },
{ name: "disabled", documentation: "Disables the permission" },
],
};

0 comments on commit a203518

Please sign in to comment.