Commit 3e7c1dd6 authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

fix typos (#12910)

parent fbcfb837
...@@ -60,9 +60,9 @@ import { BaseDeployIO } from "scripts/deploy/BaseDeployIO.sol"; ...@@ -60,9 +60,9 @@ import { BaseDeployIO } from "scripts/deploy/BaseDeployIO.sol";
// we use variable names that are shorthand for the full contract names, for example: // we use variable names that are shorthand for the full contract names, for example:
// - `dsi` for DeploySuperchainInput // - `dsi` for DeploySuperchainInput
// - `dso` for DeploySuperchainOutput // - `dso` for DeploySuperchainOutput
// - `dio` for DeployImplementationsInput // - `dii` for DeployImplementationsInput
// - `dio` for DeployImplementationsOutput // - `dio` for DeployImplementationsOutput
// - `doo` for DeployOPChainInput // - `doi` for DeployOPChainInput
// - `doo` for DeployOPChainOutput // - `doo` for DeployOPChainOutput
// - etc. // - etc.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment