Skip to content

Commit

Permalink
fix: typo of minimal (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
renlulu authored Apr 3, 2024
1 parent d006675 commit 64ee807
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 64ee807

Please sign in to comment.