diff --git a/.changeset/popular-socks-deliver.md b/.changeset/popular-socks-deliver.md new file mode 100644 index 000000000..70292d99f --- /dev/null +++ b/.changeset/popular-socks-deliver.md @@ -0,0 +1,5 @@ +--- +"@layerzerolabs/ua-devtools-evm-hardhat": patch +--- + +Fix a typo in a task name diff --git a/packages/ua-devtools-evm-hardhat/src/tasks/oapp/config.get.ts b/packages/ua-devtools-evm-hardhat/src/tasks/oapp/config.get.ts index e68edc152..643abce00 100644 --- a/packages/ua-devtools-evm-hardhat/src/tasks/oapp/config.get.ts +++ b/packages/ua-devtools-evm-hardhat/src/tasks/oapp/config.get.ts @@ -110,7 +110,7 @@ const action: ActionType = async ({ logLevel = 'info', oappConfig }) = task( TASK_LZ_OAPP_CONFIG_GET, - 'Outputs Custom OApp Config, Default OApp Config, and Active OApp Config. Each config contains Send & Receive Librarys, Send Uln & Executor Configs, and Recieve Executor Configs', + 'Outputs Custom OApp Config, Default OApp Config, and Active OApp Config. Each config contains Send & Receive Libraries, Send Uln & Executor Configs, and Recieve Executor Configs', action ) .addParam('logLevel', 'Logging level. One of: error, warn, info, verbose, debug, silly', 'info', types.logLevel)