From d5c43686931b661dae6f6c613e40ef2911c1f493 Mon Sep 17 00:00:00 2001 From: Michael Heuer <20623991+Michael-A-Heuer@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:40:33 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jordan <45881807+jordaniza@users.noreply.github.com> --- packages/contracts/deploy/30_upgrade_repo/31a_upgrade_repo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/contracts/deploy/30_upgrade_repo/31a_upgrade_repo.ts b/packages/contracts/deploy/30_upgrade_repo/31a_upgrade_repo.ts index 6e428298..751e5d8b 100644 --- a/packages/contracts/deploy/30_upgrade_repo/31a_upgrade_repo.ts +++ b/packages/contracts/deploy/30_upgrade_repo/31a_upgrade_repo.ts @@ -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 */