Skip to content

Commit a39556f

Browse files
authored
Fix GovernorTimelockCompound and TESTING.md grammar (#5356)
1 parent ff31341 commit a39556f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/governance/extensions/GovernorTimelockCompound.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {SafeCast} from "../../utils/math/SafeCast.sol";
1010

1111
/**
1212
* @dev Extension of {Governor} that binds the execution process to a Compound Timelock. This adds a delay, enforced by
13-
* the external timelock to all successful proposal (in addition to the voting duration). The {Governor} needs to be
13+
* the external timelock to all successful proposals (in addition to the voting duration). The {Governor} needs to be
1414
* the admin of the timelock for any operation to be performed. A public, unrestricted,
1515
* {GovernorTimelockCompound-__acceptAdmin} is available to accept ownership of the timelock.
1616
*

test/TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Testing
22

3-
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.
3+
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 commit comments

Comments
 (0)