From e5337087779585926a32d65179dd966e380fd135 Mon Sep 17 00:00:00 2001 From: Nick Barry Date: Thu, 7 Jan 2021 20:37:15 -0600 Subject: [PATCH] fix tagged param --- plugins/hardhat.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hardhat.plugin.js b/plugins/hardhat.plugin.js index b277489e..fe341353 100644 --- a/plugins/hardhat.plugin.js +++ b/plugins/hardhat.plugin.js @@ -65,7 +65,7 @@ task(TASK_COMPILE_SOLIDITY_GET_COMPILATION_JOB_FOR_FILE).setAction(async (_, __, /** * Coverage task implementation * @param {HardhatUserArgs} args - * @param {HardhatEvn} env + * @param {HardhatEnv} env */ task("coverage", "Generates a code coverage report for tests") .addOptionalParam("testfiles", ui.flags.file, "", types.string)