Skip to content

Commit

Permalink
Fix typo in CHANGELOG (OpenZeppelin#3138)
Browse files Browse the repository at this point in the history
Remove repeated word "the".
  • Loading branch information
GitHubPang authored Jan 27, 2022
1 parent fb950c6 commit ae54e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

* `AccessControl`: add a virtual `_checkRole(bytes32)` function that can be overriden to alter the the `onlyRole` modifier behavior. ([#3137](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3137))
* `AccessControl`: add a virtual `_checkRole(bytes32)` function that can be overriden to alter the `onlyRole` modifier behavior. ([#3137](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3137))

## Unreleased

Expand Down

0 comments on commit ae54e6d

Please sign in to comment.