diff --git a/packages/sparks/script/SaveUUPSProxyDeployerConfig.s.sol b/packages/sparks/script/SaveUUPSProxyDeployerConfig.s.sol index 2716d3e2..d29ba50e 100644 --- a/packages/sparks/script/SaveUUPSProxyDeployerConfig.s.sol +++ b/packages/sparks/script/SaveUUPSProxyDeployerConfig.s.sol @@ -6,7 +6,7 @@ import {ProxyDeployerScript} from "@zoralabs/shared-contracts/deployment/ProxyDe /// @dev This saves the current bytecode, a salt, and an expected determinstic address for /// the DeterministicUUPSProxyDeployer, to be used in subsequence scripts to generate -/// other determistic parameters. +/// other deterministic parameters. /// The resulting values in this file will affect downstream the resulting determinstic /// deployed proxy addresses. /// It should only be run if the code of the deployer changes and a new version needs to be deployed.