Skip to content

Commit

Permalink
🪲 Fix a typo in a task description (#414)
Browse files Browse the repository at this point in the history
janjakubnanista authored Feb 26, 2024
1 parent c9a087e commit e9b6c37
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/popular-socks-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@layerzerolabs/ua-devtools-evm-hardhat": patch
---

Fix a typo in a task name
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ const action: ActionType<TaskArgs> = 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 Receive Executor Configs',
action
)
.addParam('logLevel', 'Logging level. One of: error, warn, info, verbose, debug, silly', 'info', types.logLevel)

0 comments on commit e9b6c37

Please sign in to comment.