Skip to content

Commit

Permalink
Fix GovernorTimelockCompound and TESTING.md grammar (#5356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahka2321 authored Dec 11, 2024
1 parent ff31341 commit a39556f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {SafeCast} from "../../utils/math/SafeCast.sol";

/**
* @dev Extension of {Governor} that binds the execution process to a Compound Timelock. This adds a delay, enforced by
* the external timelock to all successful proposal (in addition to the voting duration). The {Governor} needs to be
* the external timelock to all successful proposals (in addition to the voting duration). The {Governor} needs to be
* the admin of the timelock for any operation to be performed. A public, unrestricted,
* {GovernorTimelockCompound-__acceptAdmin} is available to accept ownership of the timelock.
*
Expand Down
2 changes: 1 addition & 1 deletion test/TESTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Testing

Unit test are critical to OpenZeppelin Contracts. They help ensure code quality and mitigate against security vulnerabilities. The directory structure within the `/test` directory corresponds to the `/contracts` directory.
Unit tests are critical to OpenZeppelin Contracts. They help ensure code quality and mitigate against security vulnerabilities. The directory structure within the `/test` directory corresponds to the `/contracts` directory.

0 comments on commit a39556f

Please sign in to comment.