Ver Fonte

typo fix (#3752)

robriks há 3 anos atrás
pai
commit
47003aebec
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      contracts/governance/Governor.sol

+ 1 - 1
contracts/governance/Governor.sol

@@ -22,7 +22,7 @@ import "./IGovernor.sol";
  *
  * - A counting module must implement {quorum}, {_quorumReached}, {_voteSucceeded} and {_countVote}
  * - A voting module must implement {_getVotes}
- * - Additionanly, the {votingPeriod} must also be implemented
+ * - Additionally, the {votingPeriod} must also be implemented
  *
  * _Available since v4.3._
  */