From 5dfd95d32fab5d47f1ca384a143a31a5d18a7638 Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Fri, 16 Feb 2024 18:19:46 -0800 Subject: [PATCH] fix: Typo --- packages/ua-devtools-evm-hardhat/src/tasks/oapp/config.get.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 643abce00..2925c6e31 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 Libraries, 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 Receive Executor Configs', action ) .addParam('logLevel', 'Logging level. One of: error, warn, info, verbose, debug, silly', 'info', types.logLevel)