Skip to content

Commit

Permalink
fix: typo of minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
renlulu committed Apr 3, 2024
1 parent b930d4b commit 48d2b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/core/MachServiceManagerStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ abstract contract MachServiceManagerStorage {
/// @notice Whether or not the allowlist is enabled
bool public allowlistEnabled;

/// @notice Minimul quorum threshold percentage
/// @notice Minimal quorum threshold percentage
uint8 public quorumThresholdPercentage;

// storage gap for upgradeability
Expand Down

0 comments on commit 48d2b14

Please sign in to comment.