Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan <[email protected]>
  • Loading branch information
heueristik and jordaniza authored Apr 23, 2024
1 parent 5cf7093 commit d5c4368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {HardhatRuntimeEnvironment} from 'hardhat/types';
/**
* Upgrades the plugin repo to the latest implementation.
* This script CAN be called if the contract does not require reinitialization.
* It MUST NOY be called if the contract requires reinitialization, because this
* It MUST NOT be called if the contract requires reinitialization, because this
* would leave the proxy unreinitialized.
* @param {HardhatRuntimeEnvironment} hre
*/
Expand Down

0 comments on commit d5c4368

Please sign in to comment.