Fix typo in CHANGELOG (#3138)

Remove repeated word "the".
pull/3144/head
GitHubPang 3 years ago committed by GitHub
parent fb950c6166
commit ae54e6de1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CHANGELOG.md

@ -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

Loading…
Cancel
Save